Created
December 6, 2016 09:12
-
-
Save odedlaz/512e0324f42530d3cf64142a673f3312 to your computer and use it in GitHub Desktop.
python_36_print.py
This file contains hidden or 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
name = "oded" | |
age = 26 | |
print("My name is: {name}, my age is: {age} and 2*3={2*3}!") | |
# My name is oded, my age is: 26 and 2*3=6! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment