Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Remove special character from list
Post: RE: Remove special character from list

Hi Gribouilis, thank you for replying. Yeah, because I've removed ' symbol from symbols. I guess my codes won't work for this circumstances.
vestkok Homework 3 4,229 Nov-04-2018, 12:36 PM
    Thread: Remove special character from list
Post: Remove special character from list

Hi guys, if I would to put ' symbol in the symbols, it is obvious that I won't be getting the desire outcome. I would like to preserve the ' symbol on don't isn't and wouldn't. I've tried with endswi...
vestkok Homework 3 4,229 Nov-04-2018, 11:59 AM
    Thread: Return result from multiple iteration condition
Post: RE: Return result from multiple iteration conditio...

Hi ichabod801, thanks for the reply. The program is to find the next prime number. Meaning if I entered 89 (which is a prime number), it should return 97 as the next prime number. While if I entered 9...
vestkok Homework 3 2,798 Sep-11-2018, 01:38 PM
    Thread: Return result from multiple iteration condition
Post: Return result from multiple iteration condition

Hi people, the codes print out the desire output but I couldn't return the value to the function. Eg. integer = 90, next prime number is 97 but the return value is 95. Appreciate your help. Thanks p...
vestkok Homework 3 2,798 Sep-10-2018, 01:45 PM
    Thread: Computing average
Post: RE: Computing average

Hi Alex. Thank you so much for the guidance. Have revised the code as below to cover total = 0 counter = 0 while True: try: values = int(input("Enter the integer : ")) if values ...
vestkok Homework 2 2,518 Aug-12-2018, 10:02 AM
    Thread: Computing average
Post: Computing average

Hi guys, I have an exercise question from a book. I can't figure out where and how do I place error message if the first input from the user is 0. P.S - To quit the loop, user must enter 0 according ...
vestkok Homework 2 2,518 Aug-12-2018, 09:04 AM

User Panel Messages

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