Python Basics - Two Dimensional lists & nested For Loops #25

preview_player
Показать описание
Welcome to my Python Basics tutorial, where I hope
you can find everything you need in order to start
programming in Python on your own!

Python Course:

Keywords for wider reach:
#Python #Programming
python download, python online, python dictionary, python for loop, python programming, python list, python ide, python class, python assert, python append, python array, python argparse, python abs, python and, python append to list, python add to list, a python code, a python program requires to be executed, a python keyword, python break, python basics.
Рекомендации по теме
Комментарии
Автор

Hello could you please help me solve this? The upper method doesn't work. What is the reason?
list1 = ['apple', 'banana']

for i in range(len(list1)):
list1[i].upper()

print(list1)

liri