From 4ab06b158eaf8b88b459514c77b6e8f456eda512 Mon Sep 17 00:00:00 2001 From: SvenHarskamp Date: Fri, 6 Mar 2020 14:20:48 +0100 Subject: [PATCH] hoi --- src/doomsday.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doomsday.py b/src/doomsday.py index ab0e225..facab88 100644 --- a/src/doomsday.py +++ b/src/doomsday.py @@ -1,4 +1,4 @@ -name = "Remco" +name = "sven" print "This is "+name+"'s file" year = input("Give the year in 4 digits : ")