Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: how to get the highest monthly average temperature?
Post: how to get the highest monthly average temperature...

my question here Create a program that reads from a file to display city name and average temperature in Celsius use !curl to download https://raw.githubusercontent.com/Micros...p_mean.csv as mean_te...
nikhilkumar Homework 2 7,042 Jul-25-2017, 12:15 PM
    Thread: create a 20 digit string, and cast to a list then add all the digits as integers
Post: create a 20 digit string, and cast to a list then ...

my question here create a 20 digit string, and cast to a list then add all the digits as integers print the equation and answer Hint: use cast to sum the digits, and .join() to create the equation (1+...
nikhilkumar Homework 2 6,374 Jul-18-2017, 06:26 AM
    Thread: build a list (add_animals) using a while loop, stop adding when an empty string is en
Post: build a list (add_animals) using a while loop, sto...

my question here build a list (add_animals) using a while loop, stop adding when an empty string is entered add_animals =[] user_input=input("Enter animals names:") while user_input!=" ": add_anim...
nikhilkumar General Coding Help 1 8,893 Jul-17-2017, 03:11 PM
    Thread: # only print cities that names start "Q" or earlier
Post: # only print cities that names start "Q" or earlie...

my question here print cities from visited_cities list in alphbetical order using .sort() # only print cities that names start "Q" or earlier visited_cities = ["New York", "Shanghai", "Munich", "Toyko...
nikhilkumar General Coding Help 5 10,815 Jul-17-2017, 06:20 AM
    Thread: find the index of "Annual" in spell_list
Post: find the index of "Annual" in spell_list

my question here I am not getting the proper output. Please help. find the index of "Annual" in spell_list # [ ] using range, print the spell_list including "Annual" to end of list spell_list = ["Tue...
nikhilkumar General Coding Help 1 5,640 Jul-12-2017, 04:43 PM
    Thread: How to create a long string by concatenating two lists
Post: How to create a long string by concatenating two l...

my question here I want to create long_string by concatenating the items in the list previously created and also I have to make sure to put a space betweeen the names in the list. I have written the f...
nikhilkumar General Coding Help 11 7,542 Jul-10-2017, 03:37 PM

User Panel Messages

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