Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: string function doesn't work in script
Post: RE: string function doesn't work in script

(Jul-13-2021, 02:08 PM)deanhystad Wrote: How is it not working? What do you mean by "when it comes to script it doesn't work"? There is no need to use the explicit str() function. Print automatic...
ClockPillow General Coding Help 3 2,422 Jul-13-2021, 02:35 PM
    Thread: string function doesn't work in script
Post: string function doesn't work in script

I don't know if this has been posted before, but when I run the string function in interactive, it works fine, but when it comes to script it doesn't work. Here is my code: print(str(24))Why is that?
ClockPillow General Coding Help 3 2,422 Jul-13-2021, 01:40 PM
    Thread: variable prints without being declared.
Post: RE: variable prints without being declared.

(Jul-11-2021, 12:05 AM)deanhystad Wrote: var is not printing, the str "Hello" is printing. The value of var is None because that is the value returned by the print function. Thanks for that. I figu...
ClockPillow General Coding Help 2 1,821 Jul-11-2021, 12:13 AM
    Thread: variable prints without being declared.
Post: variable prints without being declared.

I'm a beginner new to this site and I don't know if this has been posted before, so please be patient with me. This isn't an error in as much as I'm curious. I declared a variable with the print func...
ClockPillow General Coding Help 2 1,821 Jul-11-2021, 12:03 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020