Skip to content

Issues in print command with different OS inputs. #155

@Tideo

Description

@Tideo

Issue: print('Hello world') does not produce an output when the command is inputted by a iPad Pro 2021.

image

image

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').

image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions