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