# Create variables
username = "JohnDoe"
user_age = 25
balance = 150.75
is_member = False
# Manipulate and print variables
new_balance = balance + 100
print("Username:", username)
print("Age:", user_age)
print("New Balance:", new_balance)
print("Is Member:", is_member)
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter