Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Checking the number of input
Post: RE: Checking the number of input

(Mar-13-2022, 05:35 PM)deanhystad Wrote: Have you written code that gets the 9 user inputs? Do that first.here is the input: inp = input().split() height = float(inp[0]) edges = (float(inp[x]) for ...
Chrilo06 Homework 3 2,038 Mar-14-2022, 03:29 AM
    Thread: Checking the number of input
Post: Checking the number of input

Hi, I have this homework that I am currently having trouble at. How can I check multiple input of a user if everything is equal? and if it is not equal there should be an error message to be printed o...
Chrilo06 Homework 3 2,038 Mar-13-2022, 01:13 PM
    Thread: Some line code explanation
Post: RE: Some line code explanation

(Feb-24-2022, 11:16 AM)ibreeden Wrote: You are right, the program is confusing and contains a lot of errors in the logic. For example: "f" as the name of a variable does not make clear what it means...
Chrilo06 Homework 3 2,148 Feb-24-2022, 02:53 PM
    Thread: Some line code explanation
Post: Some line code explanation

Hello I am new to python and I still get confused in some parts. I have this code that I want to understand. I can understand most of it but I get confused on lines 6 up to 11. winningSet = (10, 11,...
Chrilo06 Homework 3 2,148 Feb-24-2022, 03:57 AM

User Panel Messages

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