Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: question about loops
Post: RE: question about loops

(Nov-05-2022, 08:31 AM)rob101 Wrote: Post your code, like this: [python] # your code here [/python] ... and your output, like this... [output]your output here[/output] I am confuse i am using Jup...
rpang Homework 7 1,666 Nov-05-2022, 11:11 PM
    Thread: question about loops
Post: RE: question about loops

(Nov-05-2022, 08:03 AM)rpang Wrote: thank you so much appreciated !!!! :) makes sensedef Q9(n): # n is an arbitrary variable name for i in range(n): print(i) Q9(9)looks like this code pr...
rpang Homework 7 1,666 Nov-05-2022, 08:25 AM
    Thread: random interger array question
Post: RE: random interger array question

the answer suppose to be this : Output:[ 5 3 2 5 1 5 1 11 14 10 4 3 9 7 6 7 7 14 0 4]which the question is asking me to spilt the random numbers full question below: ● Create two ra...
rpang Homework 3 1,890 Nov-05-2022, 08:16 AM
    Thread: question about loops
Post: RE: question about loops

thank you so much appreciated !!!! :) makes sense
rpang Homework 7 1,666 Nov-05-2022, 08:03 AM
    Thread: random interger array question
Post: random interger array question

I being ask to create a random integer array with the info below: ● Create two random integer array of values 0 to 14 of size ten called x and y. Concatenate x and y using the concatenate method. Ass...
rpang Homework 3 1,890 Nov-05-2022, 07:34 AM
    Thread: question about loops
Post: question about loops

Hi, Sorry I am quite new in python, I have a question and i was wondering if anyone can help me? question below: Create a function called Q9 that takes an integer argument and uses a loop to print e...
rpang Homework 7 1,666 Nov-05-2022, 07:19 AM

User Panel Messages

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