Get your own Python server
Change Orientation Ctrl+Alt+O
Change Theme Ctrl+Alt+D
Go to Spaces Ctrl+Alt+P
print("Enter your name:") name = input() print(f"Hello {name}")
Enter your name: