Quick actions

cmd+k|ctrl+k

Navigation

Languages

My Name

Snippet info

Language

Python

Visibility

public

Author

gordanaminic

Created

2026-06-02T17:30:19.757699Z

Updated

2026-06-02T18:21:08.799096Z

name = input("What is your name? ")
print('helooo '+ name)
name2 = input('And your name?')
print('Same, ' + name)
print ('How starnge?! We both have same name -' + name)
INFO