No video

Python Pattern Programs - Floyd's Triangle | Printing Numbers in Right Triangle Shape

  Рет қаралды 176,756

Amulya's Academy

Amulya's Academy

Күн бұрын

Пікірлер: 213
@sairamadaboina8257
@sairamadaboina8257 Жыл бұрын
Thank you, Your explanation was in a detail way, please upload more and more videos.
@justDo7
@justDo7 4 жыл бұрын
Tysm ..i use every of these patterns to built my logic.. and its work.. Tq.
@cedricdorian2173
@cedricdorian2173 3 жыл бұрын
Instablaster.
@manims1271
@manims1271 3 жыл бұрын
Magical Voice 🤞
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@santoshreddy8363
@santoshreddy8363 5 жыл бұрын
from one week on wards i am following u r videos
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@DheerajPrakaash
@DheerajPrakaash 6 жыл бұрын
If the input for the number of rows is >=5 &
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Yes while printing number pattern we will face problems:) Thank you for sharing info:) We can also use format() to solve that. You can Check out: kzfaq.info/get/bejne/gpdpmJhk0KvHmX0.html :)
@DheerajPrakaash
@DheerajPrakaash 6 жыл бұрын
Amuls Academy, yes. Thanks!
@noahhcams
@noahhcams 2 жыл бұрын
I had this problem in a job interview and couldn't figure it out :/ Thanks for the video!
@macwingodson7117
@macwingodson7117 3 жыл бұрын
Thank you so much.. by you only I can submit my assignment
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Happy to help :)
@nishanthkarkera7864
@nishanthkarkera7864 Жыл бұрын
ur way of explanation is sweet as ur voice...than kew❤
@shadowsradar7978
@shadowsradar7978 Жыл бұрын
thankyou veryy muchh...this was the only thing i was searching for...well explained
@omsrisaikrishna9618
@omsrisaikrishna9618 5 жыл бұрын
Can you show me debugging (i:e) Each and every line, how it will be excute.....??
@KK7155.
@KK7155. 3 жыл бұрын
I fall in love of your voice😍😍😍
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@rishikasharma6546
@rishikasharma6546 2 жыл бұрын
This code may solve the problem of the alignment of 2 digit numbers in the pattern shown in this video n=20 for i in range(1,n+1): for j in range(1,i+1): print(j,end=" ") print()
@tadipiraju9197
@tadipiraju9197 2 жыл бұрын
Excellent,,, especially your voice is amazing 😍
@abhishekr3688
@abhishekr3688 3 жыл бұрын
Perfect Explanation, please do more on DSA concepts
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@abhishekr3688
@abhishekr3688 3 жыл бұрын
@@AmulsAcademy can you do more videos on DSA concepts ( Python ) ?
@sumitkumarsain5542
@sumitkumarsain5542 5 жыл бұрын
I am in love with the trainer. What a knowledgeable trainer
@Itz_bondyt
@Itz_bondyt 4 ай бұрын
Very Well Explained you earned a Sub. Thanks a lot Dear
@sarthakaggarwal8082
@sarthakaggarwal8082 4 жыл бұрын
This can be done in this way too : for n in range(0,5): for j in range((n**2 - n + 2)//2,(n**2 + n + 2)//2): print(j,end=" ") print()
@JSON-eo4kz
@JSON-eo4kz 4 жыл бұрын
I think u r good at math...... Can u please tell me how you derived that math expression?
@3BoxCreation
@3BoxCreation 4 жыл бұрын
oh.. great... beautiful equation
@sarthakaggarwal8082
@sarthakaggarwal8082 3 жыл бұрын
@Mohan Prasath Thanks
@sarthakaggarwal8082
@sarthakaggarwal8082 3 жыл бұрын
@@3BoxCreation Thanks
@sarthakaggarwal8082
@sarthakaggarwal8082 3 жыл бұрын
@Vinay kumar I am actually preparing for jee. From there I know making general term.
@ajayrajdharajiya2688
@ajayrajdharajiya2688 3 жыл бұрын
Lots of thanks for easily explain thanks 😊😊
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Most welcome 😊
@alexandrehobbescoelhocosta7072
@alexandrehobbescoelhocosta7072 3 жыл бұрын
Thank U so much for the video!! U explain very well!!
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@arpitmallick2403
@arpitmallick2403 3 жыл бұрын
Best python video
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@arpitmallick2403
@arpitmallick2403 3 жыл бұрын
@@AmulsAcademy welcome mam/sir
@yiwenhuang1707
@yiwenhuang1707 Жыл бұрын
this is very useful! i used it for to make a multiplication table.
@krishnansukumar3279
@krishnansukumar3279 5 жыл бұрын
Thanks a lot for clearly explaining about iterations and rows and columns. Just subscribed. But I have a doubt. I coded without user input. I added my own range (1,6) for i, and then (1,i+1) for j. Everything else is same as your code. Now, when count=1 I am getting the output starting from 2. When count=0 I'm getting the proper output starting from 1. Can you explain why?
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Hi, This code will work properly, check your code with this, count =1 for i in range(1,6): for j in range(1,i+1): print(format(count,"
@faltu1.0
@faltu1.0 5 жыл бұрын
Welcome to python programming :) Uff!!!! How adorably tell it!
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@saivikas7032
@saivikas7032 3 жыл бұрын
Mam,after printing 1st row the for loop for col interrupts. so when we print row 2 so the output should get as 12 naa. How we are getting output in row 2 as 23
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
We are taking separate variable to print numbers and we are incrementing that after printing value so we will get continuous numbers :)
@akp_321
@akp_321 5 ай бұрын
You have cutest voice❤❤❤
@sachinshukla2227
@sachinshukla2227 3 жыл бұрын
This is really very nice, thank you amulya
@lucasbuch8839
@lucasbuch8839 2 жыл бұрын
Very good explanation! Thank you!
@uzair3206
@uzair3206 4 жыл бұрын
really appreciate it. its really helpful, keep it up.
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Glad to hear that :)
@anshulpandit740
@anshulpandit740 5 жыл бұрын
Osm bro u clear all my doubts
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@vishaldipke950
@vishaldipke950 2 жыл бұрын
Thank you bro .... Keep going 🤗☺️😊
@user-pu7uk7us3e
@user-pu7uk7us3e 6 жыл бұрын
thank you ma'am for your explanation
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Welcome:)
@utoobbott8817
@utoobbott8817 2 жыл бұрын
excellent explanation
@nicwalsh9537
@nicwalsh9537 6 жыл бұрын
Very good tutorial. However, if we wanted to make this a pyramid instead of a right triangle. How would I go about adding in the needed space to form the pyramid?
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
You need to write the for loop to print space:) num=int(input("enter the number of rows:")) n=1 for i in range(num): for j in range(num-i-1): print(end=" ") for j in range(i+1): print(n,end=" ") n=n+1 print() :)
@Diddin817
@Diddin817 6 жыл бұрын
Amuls Academy this left me with a pyramid that starts at 5 and is way longer than 5 rows if my input is 5. Not only that but when it gets to double and triple digits, it is not centered correctly. What could fix this issue?
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
To solve that 2 digit issue, num=int(input("enter the number of rows:")) n=1 for i in range(num): for j in range(num-i-1): print(" ", end=" ") for j in range(i+1): if n>10: print(" ",n,end="") else: print(" ",n,end=" ") n=n+1 print() :)
@Diddin817
@Diddin817 6 жыл бұрын
Amuls Academy as the digits continue to increase to 3 and 4, how will I make sure it all centers correctly
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
You can use format() for that:) Just an example:) print(format(num,"
@syedazharmohiuddin3007
@syedazharmohiuddin3007 Жыл бұрын
I'm getting error in line print=(num,end=" ") 😢😢
@tigergamerz1099
@tigergamerz1099 6 ай бұрын
Remove = between print and (
@sikandersingh6684
@sikandersingh6684 4 жыл бұрын
Verry good
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@swaruppanda2842
@swaruppanda2842 5 жыл бұрын
what if the input value for n to be written without double codes will it still consider it as string or will take otherwise.
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
In python 3, input() takes input as string. if you mention 3, this is the integer value right, but it will treat that as string. :)
@goginenirajasekhar9730
@goginenirajasekhar9730 6 жыл бұрын
Good Explanation
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Thank you:)
@JSON-eo4kz
@JSON-eo4kz 4 жыл бұрын
Good morning....Amul mam... Is it possible to print this sequence ,so that every column maintains the same indentation??(especially for 2 digit numbers) I mean like this..... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
You can use format() Video link: kzfaq.info/get/bejne/gpdpmJhk0KvHmX0.html :)
@JSON-eo4kz
@JSON-eo4kz 4 жыл бұрын
@@AmulsAcademy thank u mam....
@353sarathrejeti7
@353sarathrejeti7 2 жыл бұрын
is the program same when we use alphabets instead of numbers ?
@Raja-tt4ll
@Raja-tt4ll 4 жыл бұрын
Nice Tutorial Thanks :)
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@princechauhan4885
@princechauhan4885 6 жыл бұрын
Thank you for the video
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Welcome:)
@sudhakarpatekar8674
@sudhakarpatekar8674 3 жыл бұрын
Mam how to print pattern in range for ex i want from 1 to 12 then what will be changes will take place in program
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
I didn’t get you, give me input and output :)
@vaishnavisharma5080
@vaishnavisharma5080 5 жыл бұрын
Thnkuu....u r the best
@evgenkupa2831
@evgenkupa2831 3 жыл бұрын
Genius!))
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@uzi5998
@uzi5998 3 жыл бұрын
I've a loop which do a task and prints a line everytime it completes the loop and I want to print numbers too everytime what can I do ?
@MENataRajKumar
@MENataRajKumar 2 жыл бұрын
Awesome 👍
@doppalapudismily865
@doppalapudismily865 5 жыл бұрын
1 2 3 6 5 4 7 8 9 10 how this pattern takes place mam please explain
@vinodsingh1741
@vinodsingh1741 4 жыл бұрын
🤣😂🤞
@Shivam_Manswalia
@Shivam_Manswalia 3 жыл бұрын
have you got solution yet?
@SP-cw4iz
@SP-cw4iz 3 жыл бұрын
Thank you 🙏🏻
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
You’re welcome 😊
@satvikchaturvedi8596
@satvikchaturvedi8596 6 жыл бұрын
Can you please tell me how you could print the floyd's triangle in upside down shape?
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Try this: num= int(input("enter the number of rows:")) n = int(num*(num+1)/2) for i in range(num,0,-1): for j in range(i): print(format(n,"
@sanoopksanu8623
@sanoopksanu8623 2 ай бұрын
Thank you
@StatusKing-xp2xu
@StatusKing-xp2xu 4 жыл бұрын
n=int(input("Enter the end value number:")) k=1 for i in range(1,n+1): for j in range(1,i): if k
@jothi7066
@jothi7066 6 жыл бұрын
Good job..thank u
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
welcome:)
@nitindwivedi765
@nitindwivedi765 5 жыл бұрын
Well explain
@Krishnaveni-rf6pp
@Krishnaveni-rf6pp 2 жыл бұрын
Hai.. Thank you very much for your explanation... But, i have a doubt.. That is when we use the version 2,how can we mention for space in output??
@SubhenduPanja
@SubhenduPanja 4 жыл бұрын
Hi.. I have a request please give me a solution. Here instead of entering rows user will input any number and that will print in this order.. Thank you. 🙂🙂
@pankajnagar143
@pankajnagar143 6 жыл бұрын
You are Doing "great job"
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Thank you:)
@kB_VUTUKURIJOHNHOSANNANBKRIST
@kB_VUTUKURIJOHNHOSANNANBKRIST 2 жыл бұрын
Where you're from akka,exclent explenation.
@sumitsaroha4460
@sumitsaroha4460 2 жыл бұрын
Can u pls help to generate a code for two right triangles side by side? Left right triangle_right right triangle
@anbukishore5936
@anbukishore5936 2 жыл бұрын
What we do ,if input will be 10 and want the same output......?
@harishwarreddy6244
@harishwarreddy6244 5 жыл бұрын
Can you please explain that when you use more than 2 for loops how can position my print code with respect to for loop I want to print?? I because some Time I don't understand to write my print function exactly under which for loop
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
You need to write the print() inside inner for loop :)
@manthankhandekar7427
@manthankhandekar7427 4 жыл бұрын
Harish Reddy
@manthankhandekar7427
@manthankhandekar7427 4 жыл бұрын
Harish Reddy
@durveshmahajan8097
@durveshmahajan8097 2 жыл бұрын
Thank you Mam🙏
@nalinipotturi3250
@nalinipotturi3250 2 жыл бұрын
Pls help me how to solve this question"given an integer N as starting number and K as input write a programe reprint a number pyramid of k .
@urnakundu3157
@urnakundu3157 3 жыл бұрын
I tried your program with number of rows as 6 and 10 but it did not give me the exact output
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Give me the program,I will check :)
@jaanu256
@jaanu256 2 жыл бұрын
Why we are taking range from 1 why not from 0 and why are taking n+1 and not n wat is the difference
@anupsubedi2622
@anupsubedi2622 4 жыл бұрын
I love you saying, "that's nothing but.. :)"
@imamistery3120
@imamistery3120 3 жыл бұрын
Like byjus teachers..😁
@arpitmallick2403
@arpitmallick2403 3 жыл бұрын
Thank you mam
@mahdivatankhah5425
@mahdivatankhah5425 2 жыл бұрын
very good 🌹🌹
@andrinrafealla8763
@andrinrafealla8763 5 жыл бұрын
Mam, after 9, I want to start from 1 instead of 10... can u help
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
n = int(input("rows:")) k=1 for i in range(1,n+1): for j in range(1,i+1): print(format(k,"
@ahmadhafizhusamuddinrahman8942
@ahmadhafizhusamuddinrahman8942 4 жыл бұрын
@@AmulsAcademy thank u so much
@deepakadhiraaijog7387
@deepakadhiraaijog7387 2 жыл бұрын
Good video, but u did not explain how the loop will stop at number 10. Can you please explain that part in the reply ?
@swayampal4234
@swayampal4234 4 жыл бұрын
thank you so muchhhhhh
@parthshah9275
@parthshah9275 3 жыл бұрын
Can you please explain how to get single digit and double digit in a single line?
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
You can format the output using format function 😊
@parthshah9275
@parthshah9275 3 жыл бұрын
@@AmulsAcademy yup I understood after watching the NEXT video Thankyou
@chetanyag6991
@chetanyag6991 4 жыл бұрын
Hell medam, Using 3.8.0 latest paython I am not getting exact output Any changes in paython 3.5 and 3.8
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
I think No :)Give me the program i will check :)
@AbulkalamAzad-if2si
@AbulkalamAzad-if2si 4 жыл бұрын
Can you give me the answer that in which row 2020 stays ??
@BKYADAV-zm7yv
@BKYADAV-zm7yv 4 жыл бұрын
Thanks mam
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Pleasure :)
@kbsuthar4716
@kbsuthar4716 5 жыл бұрын
Hello Ma'am, How can i write code for this que Que. Following program copies the contents of source file to a destination file. More precisely, the code is making copy of the source file problem-1.py # Modify the following program to copy only the code elements and skip all the comments. Comments in python start with character '#'
@naveenkumar_naidu_kancherla
@naveenkumar_naidu_kancherla 3 жыл бұрын
Can you say how to draw the flowchart for this.
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
I will try 😊
@vaviletivamsi
@vaviletivamsi Жыл бұрын
Same code with two input please explain
@udayanagavenkatakranthibha255
@udayanagavenkatakranthibha255 3 жыл бұрын
Super voice
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@udayanagavenkatakranthibha255
@udayanagavenkatakranthibha255 3 жыл бұрын
@@AmulsAcademy and also wonderful explanation which is essential for beginners 🥳
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
😊
@reynaldavrilliant1813
@reynaldavrilliant1813 4 жыл бұрын
what if i want to make this pattern with some words ( strings )?? please help me
@uzi5998
@uzi5998 3 жыл бұрын
Did you find any solution
@sciencewithshriya
@sciencewithshriya 3 жыл бұрын
Is there a way to find the sum of the numbers in the very last row of the triangle?
@soph4582
@soph4582 3 жыл бұрын
if you used a list to create the triangle you could cut the list at a certain point then find the sum of the numbers after that in the list
@sciencewithshriya
@sciencewithshriya 3 жыл бұрын
@@soph4582 thank you...but how can you do that?
@C-C-ud7jz
@C-C-ud7jz 4 жыл бұрын
Ma'am i'm getting as 1 1 22 333 4444 55555 etc same code i typed
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
you are printing i value {or row value } that's why you are getting this output :) You need to take another variable and store value 1 in that and you need to print that variable in the print() :)
@balabhaskar7120
@balabhaskar7120 3 жыл бұрын
can u help me in coding the same in reverse order like shown below 10 9 8 7 6 5 4 3 2 1
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
I will try to upload it soon 😊
@kbsuthar4716
@kbsuthar4716 6 жыл бұрын
Mam how can i write this code, 1 2 3 3 4 5 4 5 6 7 plz suggest me code
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
n = int(input("enter the number of rows:")) num =1 for i in range(n): for j in range(i+1): print(num,end=" ") num=num+1 num =num-i print() :)
@rajdavande
@rajdavande 6 жыл бұрын
s=int (1) for r in range (0,10): for c in range (0,r+1): if s>10: print ((s),(""),end='') else: print ((s),(" "),end='') s=s+1 print ()
@Sapna6215
@Sapna6215 5 жыл бұрын
Both the replies are not working with 3.5.1 try below one: n = int(input("Enter the number of rows:")) for i in range(1, n + 1): for j in range(1, i + 1): print(i,end=" ") i = i + 1 print()
@sruthir1236
@sruthir1236 3 жыл бұрын
Thq
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Welcome :)
@shoaibahmed2506
@shoaibahmed2506 6 жыл бұрын
how to print lower triangle matrix in python 3
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Number pattern or star pattern? Give me the pattern:)
@ashulohar8948
@ashulohar8948 2 жыл бұрын
Rhombus pattern?
@narendraak2524
@narendraak2524 2 жыл бұрын
I entered correct But output is syntax error
@vpvignesh7810
@vpvignesh7810 4 жыл бұрын
write a program using number as limit instead of number of rows...
@komalpoddar5072
@komalpoddar5072 4 жыл бұрын
How to print alphabet in triangular shape
@soulfulman4834
@soulfulman4834 4 жыл бұрын
Show me this program using concatenation property...
@sachinshukla2227
@sachinshukla2227 3 жыл бұрын
And you are from Benglore
@vastavlegend4654
@vastavlegend4654 3 жыл бұрын
I Love You
@sarthakkalsotra9989
@sarthakkalsotra9989 4 жыл бұрын
can anyone tell how to reverse this triangle
@naveenkanike8367
@naveenkanike8367 2 жыл бұрын
2 triangular pattern code example
@santoshreddy8363
@santoshreddy8363 5 жыл бұрын
mam how can i contact u
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
You can ask your queries here, or in our fb page :)
@ashutoshsharma929
@ashutoshsharma929 2 жыл бұрын
hi can u make a program in python which output is 1 2 3 3 4 5 6 7 8 9 9 10 11 12
@shivkumarvangari8605
@shivkumarvangari8605 4 жыл бұрын
1 3 2 6 5 4 10 9 8 7 how to do it..?
@Shivam_Manswalia
@Shivam_Manswalia 3 жыл бұрын
have you got solution?
@manasamuchchatti5653
@manasamuchchatti5653 3 жыл бұрын
code: start = 1 stop = 2 currentNumber = stop for row in range(2, 6): for col in range(start, stop): currentNumber -= 1 print(currentNumber, end=' ') print(' ') start = stop stop += row currentNumber = stop
@sksahadatali4410
@sksahadatali4410 5 жыл бұрын
I did not get it..plz make it simple
@mnist1317
@mnist1317 4 жыл бұрын
Why is my math teacher making me locate 9999 in the triangle, what the hell ????
@hancaxiu3076
@hancaxiu3076 4 жыл бұрын
How to code this? 1 2 3 4 5 6
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
n = int(input("rows:")) k=1 for i in range(n,0,-1): for j in range(n-i,0,-1): print(format(" ","
@hancaxiu3076
@hancaxiu3076 4 жыл бұрын
Thank you so much! 😭 Enter Multiplier: 3 1 2 3 2 4 6 3 6 9
@balwindersingh9320
@balwindersingh9320 4 жыл бұрын
Maam can u tell me how to print this pattern~ 1 13 135 1357
Solve any Star Pattern program in Python
18:44
Simply Coding
Рет қаралды 929 М.
艾莎撒娇得到王子的原谅#艾莎
00:24
在逃的公主
Рет қаралды 54 МЛН
مسبح السرير #قصير
00:19
سكتشات وحركات
Рет қаралды 2,5 МЛН
I run untested, viewer-submitted code on my 500-LED christmas tree.
45:17
Python Pattern Programs - Printing Strings in Right Triangle Shape
11:43
Amulya's Academy
Рет қаралды 168 М.
Python Tutorial - Prime Numbers | Printing Prime Numbers in Given Interval
18:33
Program To Calculate LCM Of Two Numbers | Python Tutorials
19:20
Amulya's Academy
Рет қаралды 62 М.
Solve Any Pattern Question With This Trick!
57:20
Kunal Kushwaha
Рет қаралды 2,4 МЛН
Python Pattern Program - Printing Numbers in Square Shape
25:15
Amulya's Academy
Рет қаралды 94 М.
Google Coding Interview With A Competitive Programmer
54:17
Clément Mihailescu
Рет қаралды 2,5 МЛН
艾莎撒娇得到王子的原谅#艾莎
00:24
在逃的公主
Рет қаралды 54 МЛН