atom-community / atom-community/atom-script
Syntax error for Print end parameter
Open
- Dominant language
- JavaScript
- Stars
- 730
- Forks
- 264
- PR merge metrics
- No merged PRs in 30d
Description
The syntax end=' ' in print is not added in python
eg:
print("hello there!!!" ,end = "")
the above line should give an output, but with script, its throwing syntax error
Contributor guide
Assessment
This issue has not been assessed yet.