Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Need help on this nested loop task
Post: RE: Need help on this nested loop task

If you want to stick with your code, Nest for loop with in while loop. Instead of inserting while loop with in for loop. I challenge you to build it only using nested for loop!
MH90000 Homework 4 4,650 Apr-16-2021, 08:23 AM
    Thread: Need help on this nested loop task
Post: RE: Need help on this nested loop task

Lets start from the beginning. You have given two things. 1. Array with four items in it. 2. A integer variables. The homework problem said print every element in array x 6 times. Then print s...
MH90000 Homework 4 4,650 Apr-16-2021, 08:12 AM
    Thread: Similarity function for couple system
Post: RE: Similarity function for couple system

Can you post error msg?
MH90000 Homework 1 2,108 Apr-16-2021, 07:11 AM
    Thread: A basic question from a noob
Post: RE: A basic question from a noob

Instead of telling you the answer, let me tell you how I debug your code. 1. First I copied your code into my text editor and ran it as it is. So the first thing I fixed was the indentation error b...
MH90000 Homework 3 3,340 Apr-09-2021, 02:20 AM
    Thread: Help with beginner assignment
Post: RE: Help with beginner assignment

computers read one character at a time. left to right, top to bottom. countries_lower = {country.lower() for country in countries} This command in line 2 already saved(assigned) values in the count...
MH90000 Homework 4 2,645 Apr-09-2021, 01:11 AM
    Thread: What About SQL?
Post: RE: What About SQL?

Think of programming language as kitchen equipment. ( Knives, Potato Piller, Cutting board, 6" knife, 10" bread knife, pots, and pans. Sometimes the tools are similar, but the difference between the ...
MH90000 General Coding Help 5 2,864 Apr-09-2021, 12:51 AM

User Panel Messages

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