my_list = [1, 2, 3, 4, 5]
print(my_list[1:3])
print(my_list[1:3])
Anonymous Quiz
61%
[2, 3]
19%
[1, 2]
10%
[3, 4]
11%
[1, 3, 5]
๐14๐2โค1
my_list = [1, 2, 3, 4, 5]
print(my_list[1:3])
print(my_list[1:3])
Anonymous Quiz
19%
[1, 2]
47%
[2, 3]
8%
[3, 4]
26%
[2, 3, 4]
๐3โค1
x = 10
y = 5
if x > y: print("x is greater than y") elif x < y: print("x is less than y") else: print("x is equal to y")
y = 5
if x > y: print("x is greater than y") elif x < y: print("x is less than y") else: print("x is equal to y")
Anonymous Quiz
67%
x is greater than y
10%
x is less than y
7%
x is equal to y
17%
The code will produce an error
๐6
Harvard Online's Top 10 Courses
https://www.harvardonline.harvard.edu/blog/harvard-onlines-top-10-courses-2022
https://www.harvardonline.harvard.edu/blog/harvard-onlines-top-10-courses-2022
๐4
Chatgpt cheat sheet to get your job interview
https://www.instagram.com/p/CuZJH4qN-pA/?igshid=Y2IzZGU1MTFhOQ==
https://www.instagram.com/p/CuZJH4qN-pA/?igshid=Y2IzZGU1MTFhOQ==
Full article ๐
https://foreignpolicy.com/2022/08/21/quantum-computing-artificial-intelligence-ai-technology-regulation/
https://foreignpolicy.com/2022/08/21/quantum-computing-artificial-intelligence-ai-technology-regulation/
๐4โค1
Convert PDF to doc using Python code
https://www.instagram.com/p/CvU3NIsPrUR/?igshid=MzRlODBiNWFlZA==
https://www.instagram.com/p/CvU3NIsPrUR/?igshid=MzRlODBiNWFlZA==