# Variables name = "Alice" # String age = 30 # Integer height = 5.7 # Float is_student = True # Boolean # Print variable values print(name) print(age) print(height) print(is_student)
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