From 19a22e0189012e06573ca99821f8dc430d33985e Mon Sep 17 00:00:00 2001 From: "Rayyan (Rayy)" Date: Sun, 17 Sep 2023 17:16:36 +1000 Subject: [PATCH] Update Session 2 - 5-05-22.py --- Session 2 - 5-05-22.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Session 2 - 5-05-22.py b/Session 2 - 5-05-22.py index 4dd788c..19db691 100644 --- a/Session 2 - 5-05-22.py +++ b/Session 2 - 5-05-22.py @@ -1,3 +1,6 @@ +# Copyright 2022, Rayyan Hodges, TAFE NSW +# rayyan.hodges@studytafensw.edu.au + # Keywords (Cannot use these within variables) import keyword print (keyword.kwlist) @@ -44,4 +47,4 @@ print(NoOfItems) num1=input("Enter a number between 1 and 100: ") num2=input("Enter another number between 1 and 100: ") -print ("Number 1 + Number 2=", num1+num2) \ No newline at end of file +print ("Number 1 + Number 2=", num1+num2)