Skip to content

Instantly share code, notes, and snippets.

@odedlaz
Created December 6, 2016 09:12
Show Gist options
  • Save odedlaz/512e0324f42530d3cf64142a673f3312 to your computer and use it in GitHub Desktop.
Save odedlaz/512e0324f42530d3cf64142a673f3312 to your computer and use it in GitHub Desktop.
python_36_print.py
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