Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: I am a newbie.Please help me!
Post: RE: I am a newbie.Please help me!

Thank you.
feynarun General Coding Help 2 1,606 May-03-2020, 02:29 PM
    Thread: I am a newbie.Please help me!
Post: I am a newbie.Please help me!

numbers = [2,2,5] for x_count in numbers: output = '' for count in range(x_count): output += 'x' print(output)I am trying to print an "L" shape using "x".ie, the First line wi...
feynarun General Coding Help 2 1,606 May-03-2020, 02:18 PM
    Thread: I am an absolute newbie.Help me!
Post: RE: I am an absolute newbie.Help me!

Yes. You are right.Awesome.My code worked. Thank you.
feynarun General Coding Help 4 2,477 Apr-11-2020, 09:25 PM
    Thread: I am an absolute newbie.Help me!
Post: RE: I am an absolute newbie.Help me!

I ran the code in Pycharm. This is the output. Output:If your credit score is good type G if your credit score is bad type B Please enter your credit score now B Process finished with exit code 0
feynarun General Coding Help 4 2,477 Apr-11-2020, 09:09 PM
    Thread: I am an absolute newbie.Help me!
Post: I am an absolute newbie.Help me!

print("If your credit score is good type G") print("if your credit score is bad type B") credit_score = input("Please enter your credit score now") if credit_score in ['g','G']: print("Your down ...
feynarun General Coding Help 4 2,477 Apr-11-2020, 08:52 PM
    Thread: Newbie needs help with a simple program
Post: RE: Newbie needs help with a simple program

(Jan-15-2020, 01:01 PM)Larz60+ Wrote: this code seems dysfunctional. what is the intent of this exercise? please provide a URL of the exercise. also, if a video, the time location of the exercise w...
feynarun General Coding Help 3 2,266 Jan-15-2020, 01:08 PM
    Thread: Newbie needs help with a simple program
Post: Newbie needs help with a simple program

I am trying to follow a python youtube channel by Mosh Hamedani and I tried to write a simple piece of code after seeing his program. My basics are not that good. My program did not work. I was trying...
feynarun General Coding Help 3 2,266 Jan-15-2020, 12:41 PM
    Thread: I am a newbie.Help me with this simple piece of code
Post: RE: I am a newbie.Help me with this simple piece o...

(Jan-08-2020, 09:31 AM)buran Wrote: you want line#6 out of the loop body (i.e. unindent it 2 levels). Thank you.
feynarun General Coding Help 3 2,801 Jan-08-2020, 09:48 AM
    Thread: I am a newbie.Help me with this simple piece of code
Post: I am a newbie.Help me with this simple piece of co...

I was watching this complete Python Tutorial by Mosh Hamadani on youtube. I saw a small piece of code that he wrote and I wrote it in pycharm. I got an output that was different from what he got. This...
feynarun General Coding Help 3 2,801 Jan-08-2020, 09:27 AM

User Panel Messages

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