Created
June 27, 2018 14:56
-
-
Save Franck1333/f800d428107df96eeae6f1e6106ebdf6 to your computer and use it in GitHub Desktop.
#"The raw_input does not interpret the input. It always returns the input of the user without changes"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Aides: https://www.python-course.eu/input.php | |
#"The raw_input does not interpret the input. It always returns the input of the user without changes" | |
name = raw_input("What's your name? ") | |
print("Coucou", name) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment