8.99K subscribers
86 photos
2 videos
24 files
140 links
SIMPLYEASYLEARNING ๐Ÿ‘ฉโ€๐ŸŽ“
Download Telegram
Code ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡

https://www.instagram.com/p/CsYtb1mrjqk/?igshid=MzRlODBiNWFlZA==
โค1๐Ÿ‘1
Tech & code pinned Deleted message
my_list = [1, 2, 3, 4, 5]
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])
Anonymous Quiz
19%
[1, 2]
47%
[2, 3]
8%
[3, 4]
26%
[2, 3, 4]
๐Ÿ‘3โค1
Tech & code pinned Deleted message
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")
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
Tech & code pinned Deleted message
Tech & code pinned Deleted message
Python projects will share here
๐Ÿ‘5
Tech & code pinned ยซPython projects will share hereยป
๐Ÿ‘4
Tech & code pinned Deleted message
Chatgpt cheat sheet to get your job interview

https://www.instagram.com/p/CuZJH4qN-pA/?igshid=Y2IzZGU1MTFhOQ==