Lösung LU01.A07

def main():
    # write your code below this line
    input('Greetings! How are you doing?\n')
    input('Oh, how interesting. Tell me more!\n')
    print('Thanks for sharing!')
 
if __name__ == '__main__':
    main()
  • modul/archiv/m319python/learningunits/lu01/loesungen/conversation.txt
  • Zuletzt geändert: 2024/03/28 14:07
  • von 127.0.0.1