atom-community / atom-community/atom-script

Installed Atom on OS X with script, output from python print is different

Open
#1,522 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
730
Forks
264
PR merge metrics
No merged PRs in 30d

Description

On my laptop in Atom, I run print("Is 5 <= -2", 5 <= -2)
and get:
Is 5 <= -2 False

On a lab of OS X desktops, I installed the same Atom version with script.
If I run the same line I get:
('Is 5 <= -2', False)

Anyone have any ideas why they might be different?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.