Review Note

Last Update: 05/03/2024 09:06 PM

Current Deck: Python::Python - Common Stuff

Published

Currently Published Content


Front
multiple line print statement with variables.

name = 'Brian'
age = 34
Back
print("""
    My name is {0}.
    My age is {1}.
    """.format(name, age))

No published tags.

Pending Suggestions


No pending suggestions for this note.