Python Program To Convert Given Integer To Roman Numerals | Programs

  Рет қаралды 23,970

Amulya's Academy

Amulya's Academy

Күн бұрын

Пікірлер: 100
@nandalala7915
@nandalala7915 3 жыл бұрын
Mam you did one big mistake in program🙆🏼‍♂️ 100=C but you kept D 90= XC but you kept XD
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
I will check that :) Thanks for informing :)
@nandalala7915
@nandalala7915 3 жыл бұрын
@@AmulsAcademy did u checked mam🤔
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Sorry I forgot , I will check it soon and leave message in the video :)
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Yes I did mistake in the program (in symbol list). Thank you for informing :)
@nandalala7915
@nandalala7915 3 жыл бұрын
@@AmulsAcademy write that in description box or in title not everyone will read comments.
@greeshmashetty1724
@greeshmashetty1724 3 жыл бұрын
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.
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you so much 😊 I will think about it ❤️
@mfkngod2535
@mfkngod2535 3 жыл бұрын
A girl commented on one of your video to make this program...... You accepted the challenge and made the program.... So awesome!
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@mfkngod2535
@mfkngod2535 3 жыл бұрын
@@AmulsAcademy glad to be you student! 😊
@acemerriott5684
@acemerriott5684 3 жыл бұрын
this vid got passed along my entire computer science class - thank you its a really good tutorial
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Pleasure 😊
@mohamedcherni
@mohamedcherni 3 жыл бұрын
what makes your tutorials more awesome is that you indirectly teach us algorithm in addition with progrmming Thank you mam
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Pleasure :)
@high-fliers4726
@high-fliers4726 2 жыл бұрын
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👍
@vinod2775
@vinod2775 Жыл бұрын
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
@krishnachaithanya-z2f
@krishnachaithanya-z2f Жыл бұрын
No words for ur explanation.....💗
@bibekanandasahoo3497
@bibekanandasahoo3497 2 жыл бұрын
One day I also want to be a coding pro like you mam, you are my inspiration.
@dfhg315
@dfhg315 2 жыл бұрын
solve the leetcode problem daily , this was medium level question in leetcode.
@bencielcabutin6815
@bencielcabutin6815 3 жыл бұрын
Great tutorial. Well explained everything that happening in the function.
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you so much :)
@siratoonnahar833
@siratoonnahar833 11 ай бұрын
Awesome video.. Thank you mam
@ramjayd
@ramjayd Жыл бұрын
Super explanation sister. Thank you 😊
@Remiisola
@Remiisola Жыл бұрын
Thanks for the clear explanation.
@ankitarya792
@ankitarya792 3 жыл бұрын
wow Challenge fulfilled 🤩🤩
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
:)
@balakrishnavaidyanathan8572
@balakrishnavaidyanathan8572 3 жыл бұрын
This python programming is very intersting I tried at house it is working thanks
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Glad to hear that :)
@balakrishnavaidyanathan8572
@balakrishnavaidyanathan8572 3 жыл бұрын
Any idea about python data science tkinter
@balakrishnavaidyanathan8572
@balakrishnavaidyanathan8572 3 жыл бұрын
Send some more New programs
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Sure :)
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Now I don’t have any plans on that :)
@Brianvanvlymen
@Brianvanvlymen 2 жыл бұрын
extremally love this one tutorial! thank you
@pythonenthusiast9292
@pythonenthusiast9292 3 жыл бұрын
100k soon!! any suprises for the fans and subscribers?! jus kiddin just keep uploading videos !!
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you so much :)
@jammulavarun3198
@jammulavarun3198 3 жыл бұрын
Instead of 2 lists can't we go for dictionary for storing those values??
@veereshhiremath6562
@veereshhiremath6562 3 жыл бұрын
Excellent teaching superb...
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@Param3021
@Param3021 3 жыл бұрын
Congratulations for 100k 🎉
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@nitaprasad3855
@nitaprasad3855 3 жыл бұрын
Very nice explanation
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@darshilkumar7816
@darshilkumar7816 3 жыл бұрын
thanks ... I will surely try this
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Pleasure :)
@lumior7458
@lumior7458 Жыл бұрын
good lecture , yum.
@murtykunapuli8084
@murtykunapuli8084 3 жыл бұрын
Mam your presentation is very nice I have one doubt why D in roman list is repeated twice
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
May be I did a mistake there 😊🙈
@greeshmashetty1724
@greeshmashetty1724 3 жыл бұрын
Also please disable the yellow highlighting the text in your future videos. Very disturbing when we want to study something.
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Noted 😊
@dfhg315
@dfhg315 2 жыл бұрын
for beginner it is hard to build this type of logic. this was medium level question
@ashwanisingh9612
@ashwanisingh9612 3 жыл бұрын
Thank you mame.
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Welcome :)
@vishalnimmu2080
@vishalnimmu2080 3 жыл бұрын
Well Explained
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@keitayongz1578
@keitayongz1578 2 жыл бұрын
i try this code but why my output was how to solve this?
@crewmate3031
@crewmate3031 3 жыл бұрын
Close to 100k ❤️
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Yes :)
@HanishreddySudhini
@HanishreddySudhini 2 ай бұрын
error :return outside function .can u explain mam.
@madhumitharajkumar4215
@madhumitharajkumar4215 Жыл бұрын
can we write this in range of 100
@nandalala7915
@nandalala7915 3 жыл бұрын
Got this challenge in codewars.
@veereshhiremath6562
@veereshhiremath6562 3 жыл бұрын
Thank you
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Pleasure :)
@Learningwithbenefits
@Learningwithbenefits 3 жыл бұрын
mam kindly html5 ka complete video banalo thanks
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
I will Try :)
@saimirshad6184
@saimirshad6184 3 жыл бұрын
This was epic
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@godx3558
@godx3558 3 жыл бұрын
Write a python program to display each word of a string and print its length. Mam can u please give me the answer
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
I will try :)
@Tech_Brigadier
@Tech_Brigadier 2 жыл бұрын
mam I have made my own program nothing copied I want to show
@amirhosseinzadeh1418
@amirhosseinzadeh1418 2 жыл бұрын
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.
@AshishHallur
@AshishHallur 2 жыл бұрын
'>' not supported between instances of 'str' and 'int'
@AnilKumar-do6nj
@AnilKumar-do6nj 3 жыл бұрын
Please explain dask package
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
I will try :)
@AnilKumar-do6nj
@AnilKumar-do6nj 3 жыл бұрын
Thanks
@mahshadbozorgzad2654
@mahshadbozorgzad2654 3 жыл бұрын
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 ?
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
You used an extra space or less space somewhere in the program. 😊
@balakrishnavaidyanathan8572
@balakrishnavaidyanathan8572 3 жыл бұрын
Do you know any program for converting roman number to integer
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
I think you can do that by using this program [ by dong modification to this program ].
@balakrishnavaidyanathan8572
@balakrishnavaidyanathan8572 3 жыл бұрын
Have you done any New programs of python
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
No :)
@balakrishnavaidyanathan8572
@balakrishnavaidyanathan8572 3 жыл бұрын
Keep sending some more New programs it will be helpful.i really enjoy your videos
@madhursikarwar8531
@madhursikarwar8531 3 жыл бұрын
Me finding a comment you have not replied😂😂
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
I try to reply for most of them :)
@SniperGamingOG
@SniperGamingOG Ай бұрын
M❌yum✔️
@ramsudhan8094
@ramsudhan8094 3 жыл бұрын
Its hardly 20-25 lines. I made the same program but different logic but it took more than 50 lines😱
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
We can write these programs in different ways :)
@selvanm2872
@selvanm2872 3 жыл бұрын
👍
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@afnankhan1278
@afnankhan1278 2 жыл бұрын
L = yel M = yEm 😂cute
@renukanamburu1959
@renukanamburu1959 3 жыл бұрын
Very nice explanation
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
Python Programming Practice: LeetCode #13 -- Roman to Integer
17:12
When Cucumbers Meet PVC Pipe The Results Are Wild! 🤭
00:44
Crafty Buddy
Рет қаралды 60 МЛН
МЕНЯ УКУСИЛ ПАУК #shorts
00:23
Паша Осадчий
Рет қаралды 5 МЛН
Farmer narrowly escapes tiger attack
00:20
CTV News
Рет қаралды 11 МЛН
Integer to Roman - Leetcode 12 - Python
9:43
NeetCode
Рет қаралды 77 М.
Python Tutorials - Happy Numbers
25:33
Amulya's Academy
Рет қаралды 11 М.
Python Tutorial - Prime Numbers | Printing Prime Numbers in Given Interval
18:33
Roman to Integer - Leetcode 13 - Python
7:57
NeetCode
Рет қаралды 179 М.
FLAMES Game - Python Program | Interview Question
25:59
Amulya's Academy
Рет қаралды 26 М.
do you know how "return" works under the hood? (are you SURE?)
5:08
Program To Calculate LCM Of Two Numbers | Python Tutorials
19:20
Amulya's Academy
Рет қаралды 65 М.
LeetCode #13: Roman To Integer
9:20
Algo Engine
Рет қаралды 23 М.
Minimum Operations to Reduce X to Zero - Leetcode 1658 - Python
14:00