Python & ML tasks
@python_ml_tasks
414
subscribers
2
photos
3
links
Python, functions, classes, iterators, generators, numpy, pandas, scikit-learn, TensorFlow
for advertising:
@dina_ladnyuk
For advertising and donations in USD:
SWIFTBIC BUKBGB22
IBAN GB40 BUKB 2047 3453 2396 99
Mrs Dina Ladnyuk
Download Telegram
Join
Python & ML tasks
414 subscribers
Python & ML tasks
Channel created
Python & ML tasks
What will this code do?
print('Hello World!')
Python & ML tasks
Choose your answer
Anonymous Quiz
97%
Hello World!
3%
'Hello World!'
0%
See solution
Python & ML tasks
What will this code do?
arr = [9, 8, "a", 10]
arr.sort()
print(arr)