Quick actions

cmd+k|ctrl+k

Navigation

Languages

My First App

Snippet info

Language

Python

Visibility

public

Author

rmoradiya

Created

2026-04-01T04:46:54.77012Z

Updated

2026-04-01T04:56:24.355469Z

name = input('please enter your name')
print(name)
INFO