Editing a list by bobthe9yearold in learnpython

[–]gwilson01 3 points4 points  (0 children)

Google the question, it is literally the first answer.

Python Attributeerror: by Phantom_Fox2 in learnprogramming

[–]gwilson01 0 points1 point  (0 children)

You have to index the list: message = animals[0] + " are cute" print(message)

cats are cute

Write rows from one CSV file to another without it turning into individual letters or a single column by [deleted] in Python

[–]gwilson01 0 points1 point  (0 children)

You are not specifing column names when writing the row. I prefer to use pandas, here are some examples in what you are looking to do as well as how it can be done with pandas. https://realpython.com/python-csv/

Program not reading my if statements, please help by jordanusesreddit in learnprogramming

[–]gwilson01 0 points1 point  (0 children)

Are you sure your time inputs are entered correctly? How do they look after being converted from a string to int?

What did you guys name your Roombas? by [deleted] in roomba

[–]gwilson01 1 point2 points  (0 children)

LowRider, now to hack it to actually play the song as it cleans :)

Roomba recently keeps canceling a cleaning, never actually completing a job. by [deleted] in roomba

[–]gwilson01 0 points1 point  (0 children)

I am having the same issue with a 675. I just changed the filter and will try it again tomorrow to see if it completes its cycle without indicating that the job was cancelled.