Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Changing Variables within Variables?
Post: RE: Changing Variables within Variables?

Thanks for all your replies. To answer what I was doing that led to the question: I started my program declaring my variables. day, date, topic = '','','' then I declared my title using the above ...
dave925 General Coding Help 9 6,597 Apr-21-2017, 02:14 AM
    Thread: Changing Variables within Variables?
Post: Changing Variables within Variables?

How do I make variables within variables modifiable? y = '1' x = 'hello'+y y = '2' If I print <x>, it will only give me  'hello1' not 'hello2'.  Is there an easy way to make <y> modifia...
dave925 General Coding Help 9 6,597 Apr-20-2017, 05:38 AM

User Panel Messages

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