logo

Crowdly

Browser

Add to Chrome

ITI0002 Programmeerimise täiendusõpe (2024)

Looking for ITI0002 Programmeerimise täiendusõpe (2024) test answers and solutions? Browse our comprehensive collection of verified answers for ITI0002 Programmeerimise täiendusõpe (2024) at moodle.taltech.ee.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

On olemas alljärgnev kood. Mis trükitakse konsooli erinevate argumentide puhul?

def multiplier(a, b):<br> print(a * b)def multiplier(a, b):<br>    print(a * b)

View this question

On olemas alljärgnev kood. Mis trükitakse konsooli erinevate argumentide puhul?

def addition(a, b):<br> print(a + b)def addition(a, b):<br>    print(a + b)
View this question

Olgu antud selline funktsioon:

def hello(a, b):<br> # Function contents heredef hello(a, b):<br>  # Function contents here

Kuidas nimetatakse funktsiooni päises olevaid tähti aa ja bb

0%
0%
0%
View this question

On olemas alljärgnev kood:

def say_hello(jaan):<br> print("hello", "jaan")<br> <br>

def say_hello(jaan):<br>   print("hello", "jaan")<br> <br>

say_hello("mari")say_hello("mari")

Mis trükitakse konsooli selle koodi käivitamisel?

0%
0%
0%
0%
View this question

Olgu antud järgnev koodilõik:

def introduce_yourself():<br> return "Hello, I am function! Nice to meet ya!"<br><br>if __name__ == '__main__':<br> introduce_yourself()def introduce_yourself():<br>    return "Hello, I am function! Nice to meet ya!"<br><br>if __name__ == '__main__':<br>    introduce_yourself()

Mis kuvatakse konsooli seda koodi käivitades?

0%
0%
0%
View this question

Want instant access to all verified answers on moodle.taltech.ee?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome