Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Jupiter Notebook does not show output line
Post: Jupiter Notebook does not show output line

Hi everyone, Can someone help me why my Jupiter Notebook suddenly does not show the output line of code? It only shows an error message when the python code is wrong. Thank you so much in advance
Renym General Coding Help 3 2,647 Apr-23-2020, 07:25 PM
    Thread: Installing PIP packages issue
Post: Installing PIP packages issue

Hi everyone, I am using Python 3.8 version and PyScripter and I could not install PIP openpyxl package following their website instructions. I am beginner in Python and any help is welcomed. First er...
Renym General Coding Help 2 3,039 Dec-09-2019, 04:26 PM
    Thread: Output in for LOOP iterated
Post: Output in for LOOP iterated

Hi guys, I am a beginner in Python and I am using PyScripter. Can someone help me why in this simple for loop example my output result is iterated. I expect only Total=80 prices=[10,20,50] total=0 fo...
Renym General Coding Help 1 1,518 Nov-17-2019, 07:51 PM
    Thread: while loop
Post: RE: while loop

Hi, I have an issue with the same code posted by Blob: secret_number = 9 guess_count = 0 guess_limit = 3 while guess_count < guess_limit: guess = int(input("Guess: ")) guess_count += 1 ...
Renym General Coding Help 9 2,909 Nov-15-2019, 01:50 PM

User Panel Messages

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