1
Print("hello world")
1 2 3 4
Traceback (most recent call last): Line 1, in <module> Print("hello world") NameError: name 'Print' is not defined