atom-community / atom-community/atom-script
Installed Atom on OS X with script, output from python print is different
Open
- 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
Assessment
This issue has not been assessed yet.