LU04.L02 - Conversation

main.py
def main():
    input('Greetings! How are you doing?\n')
    input('Oh, how interesting. Tell me more!\n')
    print('Thanks for sharing!')
 
if __name__ == '__main__':
    main()
  • modul/m319/learningunits/lu04/loesungen/conversation.txt
  • Zuletzt geändert: 2024/03/28 14:07
  • von 127.0.0.1