Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Challenge | Python Basics
Introduction to Python | Mobile-Friendly
course content

Зміст курсу

Introduction to Python | Mobile-Friendly

Introduction to Python | Mobile-Friendly

1. Python Basics
2. Variables
3. Strings

book
Challenge

You are given three print() functions. You need to make Python ignore the second call of the print() function so that only 'A' and 'C' will be outputted.

question-icon

Fill in the blanks to complete the task.

print("A")
print("B")
print("C")
A
C

Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 1. Розділ 3
Ми дуже хвилюємося, що щось пішло не так. Що трапилося?
some-alt