Quick actions

cmd+k|ctrl+k

Navigation

Languages

Python 1.0

Snippet info

Language

Python

Visibility

public

Author

djzaragoza

Created

2019-11-24T18:42:54Z

Updated

2019-11-26T03:33:45Z

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

print('hello' + name)


INFO