Quick actions

cmd+k|ctrl+k

Navigation

Languages

My first program

Snippet info

Language

Python

Visibility

public

Author

satish

Created

2026-05-03T13:08:30.875278Z

Updated

2026-05-03T13:08:30.875278Z

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