Skip to content
Snippets Groups Projects
Commit 5d8e03ad authored by pasi kanto's avatar pasi kanto
Browse files

tehty

parent 6b0bcda3
No related branches found
No related tags found
No related merge requests found
vuosi= int(input("Anna vuosi: "))
if(vuosi%100 != 0) and (vuosi%4==0) or (vuosi%400==0):
print("on")
else:
print("ei")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment