Edit script.py capitalization

This commit is contained in:
dumbprogrammer 2022-12-23 23:00:07 -06:00 committed by GitHub
parent e8cf0597d1
commit 4c48d5ef59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,8 @@ def month_days(month, leap_year):
return 28 return 28
name = input("input your name: ") name = input("Input your name: ")
age = input("input your age: ") age = input("Input your age: ")
localtime = time.localtime(time.time()) localtime = time.localtime(time.time())
year = int(age) year = int(age)