Part 01
Part 01
Cat
Scooby-doo
Parrot
Tom
Tweety Bird
Integer Number
157 3.14159
Float
Vector
Matrix
(3.1, 5, 420)
3.14159
157
(3.1, 5, 420)
foo: Line
start:Point = p1
end:Point = p2
width:float = 3.5
color:string = "red"
s = "Hello World"
A = [1,2,3]
if A:
print "The list A is not empty!"
if s:
print "The string s is not empty"
B = []
if not B:
print "B is empty list"