What would output this code? print(hello world)
It would be an error since you can only print a string. To make a string we must have "" or str() print("hello world")
TJ
It would be an error since you can only print a string. To make a string we must have "" or str() print("hello world")