Quick actions

cmd+k|ctrl+k

Navigation

Languages

ZTM

Snippet info

Language

Python

Visibility

public

Author

rfhab2

Created

2025-11-01T21:22:33.731934Z

Updated

2025-11-01T21:31:27.764237Z


    name = input("What is your name: ")
    print(name)
INFO