Skip to content

Instantly share code, notes, and snippets.

@Franck1333
Created June 27, 2018 14:56
Show Gist options
  • Save Franck1333/f800d428107df96eeae6f1e6106ebdf6 to your computer and use it in GitHub Desktop.
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"
#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