def meeting_invite():
print("π Welcome to the next chapter of your life! π\n")
print("...itβs finally time to start programming!")
print("π Bring a laptop and that should be it.\n")
print("π‘ Personally, I think Explosionen is much nicer than Eldflugan. ")
print("So letβs check if we all fit comfortably there first!\n")
print("π This time slot was the winner in the end. ")
print("Everyone who showed interest is invited β in case you change your mind π\n")
if is_missing_laptop():
print("π» Need to borrow a laptop? ")
print("β Go have a friendly chat with IT.\n")
print("Best regards,")
print("Kenneth π")
if __name__ == "__main__":
meeting_invite()