Introduction to Programming with Python

variable

variable

"The variable weather made it difficult to plan activities."

function

function

"La fonction du cœur est de pomper le sang à travers le corps."

list

list

"I made a list of tasks to do today."

dictionary

dictionary

"Вона подивилася незнайоме слово у словнику."

Loop

Loop

"The loop repeats the code ten times."

Conditional statement

Conditional statement

"If it rains tomorrow, we will not go to the park."

class

class

"The math class starts at nine in the morning."

Module

Module

"The course is composed of several modules that cover different topics."

object

object

"Odamda eski bir obje buldum."

Data type

Data type

"In Java, int is a primitive data type."

use the print function

use the print function

"파이썬에서 결과를 표시하려면 print 함수를 사용하세요."

declare a variable

declare a variable

"새로운 변수를 선언하려면 'x = 5'와 같이 적습니다."

use a loop

use a loop

"반복문을 사용하면 동일한 코드를 여러 번 실행할 수 있습니다."

write a conditional statement

write a conditional statement

"조건문을 작성하여 특정 조건에서 코드를 실행할 수 있습니다."

use a Python library

use a Python library

"학습을 쉽게 하기 위해 다양한 파이썬 라이브러리를 사용할 수 있습니다."