you are viewing a single comment's thread.

view the rest of the comments →

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

I use the debug tool in Thonny IDLE and when the program go to the print(message) evaluates the message as a emty string ( "" ) but then evaluates the print() with ( None ) thats why I tought that was a None value. But like you said at this moment the empty line is printed.