Guess The Output 08 | Python Programs And Answers | Interview Questions

  Рет қаралды 10,445

Amulya's Academy

Amulya's Academy

Күн бұрын

Пікірлер: 24
@Onelastgame1
@Onelastgame1 5 жыл бұрын
Please make a small GAME, And explain each line. Thank you
@ShivamSharma-xz5je
@ShivamSharma-xz5je 5 жыл бұрын
Make OOP Output question videos next. It would be very nice.
@robishankardenre3269
@robishankardenre3269 5 жыл бұрын
Thank You, make more video this type, and make a small project please
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
I will try :)
@robishankardenre3269
@robishankardenre3269 5 жыл бұрын
@@AmulsAcademy Thank you
@pratikdhande826
@pratikdhande826 5 жыл бұрын
So, how do i practice or study Python I mean what's the proper steps or way to progress, to gain that much knowledge. by the way greate work n good explanation.
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :) You need to practice programs, and try to write your own programs. :)
@subhajitghosh3867
@subhajitghosh3867 5 жыл бұрын
U should make more videos on competitive coding
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Will do soon :)
@apoorvvyas52
@apoorvvyas52 5 жыл бұрын
please make a video on pascal triangle pattern
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Sure :)
@ahmedsersawy6853
@ahmedsersawy6853 5 жыл бұрын
Thank You
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Pleasure :)
@debojitmandal8670
@debojitmandal8670 3 жыл бұрын
But why . You see for eg - list1 = [10,5,20,0] List1.sort(). And it will sort in ascending order. But here it's returning none or syntax error
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Give me the program please ... :)
@debojitmandal8670
@debojitmandal8670 3 жыл бұрын
@@AmulsAcademy mam the same program which you thought in this video. Basically I am asking why I don't follow your concept
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
I know, I don’t have this program with me now. That’s why I am asking you to give me the program, so that I can explain you :)
@debojitmandal8670
@debojitmandal8670 3 жыл бұрын
@@AmulsAcademy mam this video just follow this video
@jaswanthkumar4450
@jaswanthkumar4450 Жыл бұрын
x=[20,4,5,2].sort() print(x) why this gives none as output The reason this code snippet returns None is because the sort() method of a list sorts the list in place and does not return a value. When you use the line: python Copy code x = [20, 4, 5, 2].sort() You are essentially assigning the result of sort() to the variable x, but since sort() doesn't return anything (or rather, it returns None), x ends up being assigned the value None. If you want to sort the list and then assign it to the variable x, you should perform the sorting and assignment as two separate steps: python Copy code x = [20, 4, 5, 2] x.sort() print(x) # This will correctly print the sorted list [2, 4, 5, 20] Alternatively, if you want to keep the original list unchanged and create a new sorted list, you can use the sorted() function: python Copy code original_list = [20, 4, 5, 2] x = sorted(original_list) print(x) # This will print the sorted list [2, 4, 5, 20] print(original_list) # The original list remains unchanged [20, 4, 5, 2]
@anujbakshi4940
@anujbakshi4940 5 жыл бұрын
Ok 😍😍
@selvanm2872
@selvanm2872 5 жыл бұрын
hai amul
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Hello :)
Guess The Output 09 | Python Programs And Answers | Dictionaries
3:58
Amulya's Academy
Рет қаралды 6 М.
When Rosé has a fake Fun Bot music box 😁
00:23
BigSchool
Рет қаралды 6 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 26 МЛН
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 35 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
Django developers love HTMX
12:55
Dennis Ivy
Рет қаралды 4 М.
FLAMES Game - Python Program | Interview Question
25:59
Amulya's Academy
Рет қаралды 26 М.
10 Python Comprehensions You SHOULD Be Using
21:35
Tech With Tim
Рет қаралды 161 М.
Functions vs Classes: When to Use Which and Why?
10:49
ArjanCodes
Рет қаралды 169 М.
25 nooby Python habits you need to ditch
9:12
mCoding
Рет қаралды 1,8 МЛН
Solve any Number Pattern program in Python
20:14
Simply Coding
Рет қаралды 237 М.
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Рет қаралды 1,2 МЛН
When Rosé has a fake Fun Bot music box 😁
00:23
BigSchool
Рет қаралды 6 МЛН