ch
Feedback
Tech & code

Tech & code

前往频道在 Telegram

SIMPLYEASYLEARNING 👩‍🎓

显示更多
7 988
订阅者
-524 小时
-237
-11030
帖子存档
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 voting

my_list = [1, 2, 3, 4, 5] print(my_list[1:3])
Anonymous voting

Netflix logo .txt0.02 KB

my_list = [1, 2, 3, 4, 5] print(my_list[1:3])
Anonymous voting

Weather app code .txt0.02 KB

Don’t forget to smash the like button

Chess game using python .txt0.03 KB

Which of the following functions can help us to find the version of python that we are currently working on?
Anonymous voting

Which type of Programming does Python support?
Anonymous voting

Who developed Python Programming Language? 🤔
Anonymous voting

What will be the output of the following code snippet? print(2**3 + (5 + 6)**(1 + 1))
Anonymous voting

What is the maximum length of a Python identifier?
Anonymous voting

PYTHON PROGRAMMING NOTES.pdf1.52 MB