Thu Jul 25 2024 21:24:14 GMT+0000 (Coordinated Universal Time)
Saved by @Black_Shadow
# Simple output (with Unicode) >>> print("Hello, I'm Python!") Hello, I'm Python! # Input, assignment >>> name = input('What is your name?\n') What is your name? Python >>> print(f'Hi, {name}.') Hi, Python.
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments