Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Lists topic python
Post: RE: Lists topic python

(Oct-14-2019, 08:06 PM)Larz60+ Wrote: unable to proceed without mentioned slides Oh the mentioned slides 48 and 50 you mean? Thought you meant other slides. It had these code on them i just tried to...
Tjay Homework 6 2,525 Oct-14-2019, 08:17 PM
    Thread: beginner and need help with python
Post: RE: beginner and need help with python

I thought line 11 will stop the endless beer as in if the number entered is less than 1 then no beer will be served. I might be wrong but thats what the purpose was for that else clause.
Tjay Homework 13 5,654 Oct-14-2019, 07:50 PM
    Thread: Lists topic python
Post: RE: Lists topic python

The slides are 87 pages long and mostly talking about lists and looks more like walkthrough that doesn't make sense to me that much to be honest. if there is something specific for me to look for i ca...
Tjay Homework 6 2,525 Oct-14-2019, 07:31 PM
    Thread: beginner and need help with python
Post: RE: beginner and need help with python

okay, i have removed the "i==1" and also i thought i stopped the endless beer using the last else clause **think** **biggrin** i = 10 while i > 0: if i == 6: print("sixpack") else ...
Tjay Homework 13 5,654 Oct-14-2019, 07:23 PM
    Thread: Lists topic python
Post: Lists topic python

i been told to post it as new question in here. I am beginner on python and wanted some help to see if i am doing the right thing below and the next step to take with this thanks. This is the quest...
Tjay Homework 6 2,525 Oct-14-2019, 07:13 PM
    Thread: beginner and need help with python
Post: RE: beginner and need help with python

Thanks for your reply and this what i came up with after trying to improve and i didn't understand what you meant by "Take your while and make is <=10" bit i = 10 while i > 0: if i == 6: ...
Tjay Homework 13 5,654 Oct-14-2019, 07:06 PM
    Thread: beginner and need help with python
Post: RE: beginner and need help with python

Hi thanks for the replies, i really appreciate it. Quote:i= 1 while i<=5: print("beer") else i=6 print("sixpack") else i=10 print("beer") this what i initially came up with using some logic and...
Tjay Homework 13 5,654 Oct-14-2019, 05:44 PM
    Thread: beginner and need help with python
Post: beginner and need help with python

Hi i just wanted some advice and some help with python i am learning python and i have no confidence of solving a little problem or even writing a little LINE of code so far we did with while loops a...
Tjay Homework 13 5,654 Oct-13-2019, 07:35 PM

User Panel Messages

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