Amulya - you should open a link to support you. Whoever can/wants to donate and likes your content might donate/support you. You are doing a amazing job as a teacher. Thank you very much.
I wrote exact code , but I get this error value = [1000,900,500,400,100,90,50,40,10,9,5,4,1] ^ IndentationError: unindent does not match any outer indentation level pls help me to solve my issue, could you pls share the code ?
Mam you did one big mistake in program🙆🏼♂️
100=C but you kept D
90= XC but you kept XD
I will check that :)
Thanks for informing :)
@@AmulsAcademy did u checked mam🤔
Sorry I forgot , I will check it soon and leave message in the video :)
Yes I did mistake in the program (in symbol list).
Thank you for informing :)
@@AmulsAcademy write that in description box or in title not everyone will read comments.
Amulya - you should open a link to support you. Whoever can/wants to donate and likes your content might donate/support you. You are doing a amazing job as a teacher. Thank you very much.
Thank you so much 😊
I will think about it ❤️
this vid got passed along my entire computer science class - thank you its a really good tutorial
Pleasure 😊
what makes your tutorials more awesome is that you indirectly teach us algorithm in addition with progrmming
Thank you mam
Pleasure :)
A girl commented on one of your video to make this program...... You accepted the challenge and made the program.... So awesome!
Thank you :)
@@AmulsAcademy glad to be you student! 😊
your teaching is good mam but i have easy soluton .....(bellow)
def convertRoman(a):
ROMANS = (('V', 5000),
('MV', 4000),
('M', 1000),
('CM', 900),
('D', 500),
('CD', 400),
('C', 100),
('XC', 90),
('L', 50),
('XL', 40),
('X', 10),
('IX', 9),
('V', 5),
('IV', 4),
('I', 1))
res=""
for roman,value in ROMANS:
while a>=value:
res=res+roman
a=a-value
return res
a=int(input('enter a digit to convert it into roman :'))
print(convertRoman(a))
thank you
One day I also want to be a coding pro like you mam, you are my inspiration.
solve the leetcode problem daily , this was medium level question in leetcode.
Don't know why u got less thumbs up while u r the only one who define things with the whole working scenarios.
U r not good but great tutor👍
No words for ur explanation.....💗
Great tutorial. Well explained everything that happening in the function.
Thank you so much :)
This python programming is very intersting I tried at house it is working thanks
Glad to hear that :)
Any idea about python data science tkinter
Send some more New programs
Sure :)
Now I don’t have any plans on that :)
wow Challenge fulfilled 🤩🤩
:)
Instead of 2 lists can't we go for dictionary for storing those values??
Super explanation sister. Thank you 😊
Excellent teaching superb...
Thank you :)
Awesome video.. Thank you mam
Thanks for the clear explanation.
extremally love this one tutorial! thank you
Very nice explanation
Thank you :)
Mam your presentation is very nice I have one doubt why D in roman list is repeated twice
May be I did a mistake there 😊🙈
thanks ... I will surely try this
Pleasure :)
can we write this in range of 100
100k soon!! any suprises for the fans and subscribers?! jus kiddin just keep uploading videos !!
Thank you so much :)
if I want to convert larger number than 3999 what i can to do?
for exampel tile 3999999 pleas help me i cant program it.
i try this code but why my output was
how to solve this?
Congratulations for 100k 🎉
Thank you :)
Also please disable the yellow highlighting the text in your future videos. Very disturbing when we want to study something.
Noted 😊
Well Explained
Thank you :)
Thank you mame.
Welcome :)
good lecture , yum.
Do you know any program for converting roman number to integer
I think you can do that by using this program [ by dong modification to this program ].
Have you done any New programs of python
No :)
Keep sending some more New programs it will be helpful.i really enjoy your videos
for beginner it is hard to build this type of logic. this was medium level question
error :return outside function .can u explain mam.
Write a python program to display each word of a string and print its length.
Mam can u please give me the answer
I will try :)
mam kindly html5 ka complete video banalo thanks
I will Try :)
Close to 100k ❤️
Yes :)
I wrote exact code , but I get this error value = [1000,900,500,400,100,90,50,40,10,9,5,4,1]
^
IndentationError: unindent does not match any outer indentation level
pls help me to solve my issue, could you pls share the code ?
You used an extra space or less space somewhere in the program.
😊
'>' not supported between instances of 'str' and 'int'
Please explain dask package
I will try :)
Thanks
mam I have made my own program nothing copied I want to show
This was epic
Thank you :)
Got this challenge in codewars.
Thank you
Pleasure :)
M❌yum✔️
L = yel
M = yEm 😂cute
Its hardly 20-25 lines.
I made the same program but different logic but it took more than 50 lines😱
We can write these programs in different ways :)
Me finding a comment you have not replied😂😂
I try to reply for most of them :)
👍
Thank you :)
Very nice explanation
Thank you 😊