This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author CuriousLearner
Recipients CuriousLearner
Date 2018-08-08.18:16:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533752169.63.0.56676864532.issue34361@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed this while reviewing the code.

The print function works like:

```
print       (5)
```

This works with user-defined function too.

Ideally, this is a function call and we should return an error stating that there shouldn't be any spaces between the function name and the parameters listed.

This essentially is not good for people who're new to programming and learning to code with Python as their first language.
History
Date User Action Args
2018-08-08 18:16:09CuriousLearnersetrecipients: + CuriousLearner
2018-08-08 18:16:09CuriousLearnersetmessageid: <1533752169.63.0.56676864532.issue34361@psf.upfronthosting.co.za>
2018-08-08 18:16:09CuriousLearnerlinkissue34361 messages
2018-08-08 18:16:09CuriousLearnercreate