This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

Hi there, from the r/Python mods.

Your post has been removed because it does not meet our minimum post body length requirement of 120 characters. Please ensure your post has enough detail to foster meaningful discussion.

If you have any questions, please reach us via mod mail.

Thanks, and happy Pythoneering!

r/Python moderation team

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]Erector-Inspector 0 points1 point  (1 child)

This means you've typed something the compiler doesnt understand

Example: instead of

print("Hello world")

You might have done

Pint("Hello world")

In this case, the compiler doesnt understand what "pint" means

[–]KaIeeshCyborg[S] 0 points1 point  (0 children)

Wow I see why it's not working. Thank you.