-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Issue: print('Hello world') does not produce an output when the command is inputted by a iPad Pro 2021.
Line 3 will not produce an output but line 5 will. I have not confirmed if this is the case with all mac devices however I have replicated the issue in multiple ways.
For instance first attempting to assign a string of text to a variable and then printing that variable.
Eg. a = 'hello world'
print(a)
When I type string with an iPad, the string of text does not turn "green" . Whereas if I type strings in other devices such as android, pc, etc. It would turn green. Such as the green text in print('Hello').
My university does use the GlowScript IDE and VPython and my peers and I have confirmed that this is an issue. Any help regarding this would be appreciated.