[CT4101]: Add Topic 2 Examples

This commit is contained in:
2024-09-29 06:45:09 +01:00
parent 90824b5e03
commit 7a1f9943fc
8 changed files with 586 additions and 0 deletions

View File

@ -0,0 +1,5 @@
x = 4 # no errors
x = 5 # no errors
x = 3.14159 # no errors
x = "Hello world!" # no errors
y = "abc123" # no errors