Quick actions

cmd+k|ctrl+k

Navigation

Languages

Python YT Vid Walkthrough

Snippet info

Language

Python

Visibility

public

Author

thomasorth91

Created

2026-06-05T05:55:19.617876Z

Updated

2026-06-05T05:55:19.617876Z

name = input('What is your name?')
print(name)
INFO