diff --git a/Session 3 - 12-05-2022.py b/Session 3 - 12-05-2022.py index 8b5fcd1..8122f38 100644 --- a/Session 3 - 12-05-2022.py +++ b/Session 3 - 12-05-2022.py @@ -1,3 +1,6 @@ +# Copyright 2022, Rayyan Hodges, TAFE NSW +# rayyan.hodges@studytafensw.edu.au + #Example 1 x = 42 # is of type int y = "Rayyan" # y is type of string @@ -66,4 +69,4 @@ print("x != y is ", x != y) print("x >= y is ", x >= y) #Check if x is less than or equal to y -print("x <= y is ", x <= y) \ No newline at end of file +print("x <= y is ", x <= y)