Skip to content Skip to sidebar Skip to footer
Showing posts with the label Raw Input

Python : Raw_input And Print In A Thread

I have a thread which can print some text on the console and the main program have a raw_input to c… Read more Python : Raw_input And Print In A Thread

Typeerror: Can't Multiply Sequence By Non-int Of Type 'float' Python 2.7

Hi I'm a 11 year old who has taken up python as a hobby. I'm trying to make a mass converte… Read more Typeerror: Can't Multiply Sequence By Non-int Of Type 'float' Python 2.7

How Could I Save Data After Closing My Program?

I am currently working on a phone book directory using dictionaries. I didn't know any way to s… Read more How Could I Save Data After Closing My Program?