Skip to content
Snippets Groups Projects
4.py 57 B
Newer Older
hacker717's avatar
hacker717 committed
mon = int(input())
cost = int(2.5 * 38)
print(mon - cost)