Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Print out the tuple from the function main
Post: RE: Print out the tuple from the function main

Thanks it worked i must be too blind to see that :(
whatloop General Coding Help 2 2,390 Mar-25-2019, 10:27 AM
    Thread: Print out the tuple from the function main
Post: Print out the tuple from the function main

Here i created a function main where i have a list of tuple which store 'Science', 'Math', 'Computer' but when i call the function in line 5 it doesn't print out the tuple but the compilation went w...
whatloop General Coding Help 2 2,390 Mar-25-2019, 09:49 AM
    Thread: Help with wget
Post: RE: Help with wget

Thanks a lot snippsat you open up a whole new world for me.
whatloop Bar 8 3,711 Mar-25-2019, 07:55 AM
    Thread: Help with wget
Post: RE: Help with wget

Yes the send.firefox.com doesn't use a link, so the only way now is to scrape the page to find the actual url but it's really hard for me to scrape a page
whatloop Bar 8 3,711 Mar-22-2019, 04:40 AM
    Thread: Help with wget
Post: RE: Help with wget

i am not getting error but i am not able to download the file it just download the index.html page
whatloop Bar 8 3,711 Mar-18-2019, 06:14 PM
    Thread: Help with wget
Post: Help with wget

recently i uploaded a file in https://send.firefox.com/ but when i try to download a file using wget command the file is not being downloaded. Please show me the right command which can achieve this t...
whatloop Bar 8 3,711 Mar-18-2019, 03:31 PM
    Thread: unexpected EOF while parsing
Post: RE: unexpected EOF while parsing

thanks a lot snippsat
whatloop General Coding Help 3 8,651 Mar-09-2019, 06:59 PM
    Thread: unexpected EOF while parsing
Post: unexpected EOF while parsing

On executing the script the python prompts for number until the user enters null as an input def main(): total = 0 number = input('Enter a number : ') while number != '': ...
whatloop General Coding Help 3 8,651 Mar-09-2019, 02:47 PM
    Thread: what am i doing wrong? i have SyntaxError: invalid syntax
Post: RE: what am i doing wrong? i have SyntaxError: inv...

THANK YOU MICSEYSDEL IT WORKED
whatloop General Coding Help 3 4,045 Mar-06-2019, 11:15 PM
    Thread: what am i doing wrong? i have SyntaxError: invalid syntax
Post: what am i doing wrong? i have SyntaxError: invalid...

def summation(n): total = 0 for count in range(1,n + 1): total += count return total def main(): n = int(input('Enter the number of terms : ')) ...
whatloop General Coding Help 3 4,045 Mar-06-2019, 10:56 PM

User Panel Messages

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