Skip to content
Snippets Groups Projects
2.py 93 B
Newer Older
hacker717's avatar
hacker717 committed
a, b = int(input()), int(input())
if a > b:
    print("Петя")
else:
    print("Вася")