We watched this video. https://www.youtube.com/watch?v=nKIu9yen5nc Then wrote this in to repl.it Phyton3.print("Hello World") name = input("What is your name?") print("Hello", name) name = input("How are you?") print("You are doing", name) |
Bronze Announcements >