+ 1
Как зделать input() для имеющегося списка, по типу список = ["бла" "бла"]
8th Apr 2023, 6:01 PM
Maksims/マキシム

1 Antwoord
+ 6
# входные данные: бла ла
arr = input().split()
print(arr)
8th Apr 2023, 8:52 PM
JaScript

Heb je vaak vragen zoals deze?
Leer efficiënter, gratis:
Populair vandaag
Where is the bug?
3 Votes
Pointers cpp
2 Votes
Is pro worth the money ?
1 Votes
Drawing images in java
2 Votes