> Forums > Bot-Talk

P

Python Coding

Erstellt
Feb. '23
letzte Antwort Antworten
5
Aufrufe
558
6
„Gefällt mir“
Abos
Noch keine
Mi., 22. Februar, 2023 um 13:35
#1

 Python Coding @clcoding

What is the output of the following python code? x = 5 y = x > 3 print(y) a) 5 b) 3 c) True d) False @clcoding

Am 21. Februar, 2023 um 16:06 via  



What is the output of the following python code?

x = 5
y = x > 3
print(y)

a) 5
b) 3
c) True
d) False

Zuletzt bearbeitet von aleX am 22.02.2023 13:36, insgesamt 1-mal bearbeitet
Grund: Die Fragestellung von Twitter hinzugefügt ..

Der Mensch ist ein naiver Tourist mit einem abgelaufenem Visum für den Planeten Erde ..

Mi., 22. Februar, 2023 um 13:36
#2

c) True

Mi., 22. Februar, 2023 um 13:39
#3

 Python Coding @clcoding

What is the result of the following Python code? x = x.append(4) print(x) a) b) c) 4 d) None of the above

Am 20. Februar, 2023 um 1:56 via  


What is the result of the following Python code?

x =
x.append(4)
print(x)

a)
b)
c) 4
d) None of the above

Zuletzt bearbeitet von aleX am 22.02.2023 13:40, insgesamt 1-mal bearbeitet
Grund: Die Fragestellung von Twitter hinzugefügt ..

Der Mensch ist ein naiver Tourist mit einem abgelaufenem Visum für den Planeten Erde ..

Mi., 22. Februar, 2023 um 13:39
#4

a)

Mi., 22. Februar, 2023 um 13:41
#5

 Python Coding @clcoding

What is the result of the following python code? x = {1: "a", 2: "b"} y = x.keys() print(y) a) {1: "a", 2: "b"} b) c) d) None of the above

Am 16. Februar, 2023 um 16:39 via  


What is the result of the following python code?

x = {1: "a", 2: "b"}
y = x.keys()
print(y)

a) {1: "a", 2: "b"}
b)
c)
d) None of the above

Zuletzt bearbeitet von aleX am 22.02.2023 13:40, insgesamt 1-mal bearbeitet
Grund: Die Fragestellung von Twitter hinzugefügt ..

Der Mensch ist ein naiver Tourist mit einem abgelaufenem Visum für den Planeten Erde ..

Mi., 22. Februar, 2023 um 13:41
#6

c)

> Forums > Bot-Talk

Du hast bereits für diesen Post abgestimmt...

;-)



Logo https://t.ress.at/qCWqq/


Ähnliche Themen:











Top