Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Runs perfect in Python but fails to print last statement when converted to .exe. Help
Post: RE: Runs perfect in Python but fails to print last...

Thank you so much!
sunil422 General Coding Help 3 2,798 Aug-13-2020, 08:07 AM
    Thread: Runs perfect in Python but fails to print last statement when converted to .exe. Help
Post: Runs perfect in Python but fails to print last sta...

This code runs perfect in Python but fails to print last statement(printing calculation) when converted to .exe using pyinstaller. Please Help! # Defining a function to print error when input is wron...
sunil422 General Coding Help 3 2,798 Aug-13-2020, 06:08 AM
    Thread: Please help me to ask to enter again itself when value entered is not a number.
Post: RE: Please help me to ask to enter again itself wh...

[quote='buran' pid='123035' dateline='1597216916'] Probably, you have noticed that you have a lot of repeating code. This screams - define a function. So first step would be to define a function that ...
sunil422 General Coding Help 5 2,606 Aug-13-2020, 05:43 AM
    Thread: Please help me to ask to enter again itself when value entered is not a number.
Post: Please help me to ask to enter again itself when v...

I want the following program to ask to enter again without ending if entered value is not a integer. please help. x=input('ENTER SUM') try: p=float(x) except: print('Error! Try again') qu...
sunil422 General Coding Help 5 2,606 Aug-12-2020, 06:51 AM

User Panel Messages

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