Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Python - change variable type during program execution
Post: Python - change variable type during program execu...

Why python allows to change the type of a variable during program execution. Example: sample_var = "test"; (type->string) sample_var = 1; (type->integer) sample_var = []; (type->lis...
ple General Coding Help 1 2,371 Apr-12-2020, 08:38 AM

User Panel Messages

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