Run Program ❯
Python Home
❯
Run Code
Change Orientation
name = "Alice" age = 25 is_student = True print("Name:", name) print("Age:", age) print("Student:", is_student)