diff --git a/src/doomsday.py b/src/doomsday.py index ab0e225..5997b54 100644 --- a/src/doomsday.py +++ b/src/doomsday.py @@ -1,4 +1,4 @@ -name = "Remco" +name = "i changed this" print "This is "+name+"'s file" year = input("Give the year in 4 digits : ")