Тёмный

ഒരു കാൽക്കുലേറ്റർ ഉണ്ടാക്കിയാലോ? | Python Malayalam Tutorial | Part-14 | Let's make a Calculator | 

Safeonnet
Подписаться 33 тыс.
Просмотров 9 тыс.
50% 1

This video teaches how to make a calculator in Python Language for Programming with sample code.
This is the video of a course on Python . This course enables students to learn Python Programming in the simplest way possible. This is useful for all students of all classes. This will be very helpful if you are starting to learn programming. The course is very practice oriented.Students will be getting an overall understanding of the topic in shortest time . The course is organised by Edwhere Education. It is presented by 'Mr. Manu Francis ' . The presentation language is Malayalam and is understandable to people of Kerala.

Опубликовано:

 

12 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 42   
@anjanashenoy3047
@anjanashenoy3047 Год назад
Was a nyc start🤣🤣
@blessycheriyan5870
@blessycheriyan5870 Год назад
Bro, pwolli , Well explained & tremendous experience ,waiting for more advance level python videos too
@Safeonnet
@Safeonnet Год назад
Coming soon
@ashikmanoj4805
@ashikmanoj4805 3 года назад
മനുഷ്യ നിർമിതങ്ങളിൽ ഞാൻ കണ്ട ഏറ്റവും വലിയ അത്ഭുതമാണ് calculator കാരണം ലോകത്തിലെ ഏതൊക്കെ സംഖ്യ കളുടെയും അഡിഷൻ ഉം സബ്സ്ട്രക്ഷന്നം എല്ലാം കാളക്യൂലറ്റോറിൽ ഉണ്ട് ഇത് എല്ലാം ഒരു നൂറു കൊടി ജന്മം കൊണ്ട് പോലും programme ചെയ്യാൻ പറ്റത്തില്ല പിന്നെ ഇത് എങ്ങനെ ഉണ്ടാക്കി എന്ന കൗതുകം ആണ് എന്നെ ഇവിടെ എത്തിച്ച
@Safeonnet
@Safeonnet 3 года назад
കുറച്ചുകൂടി വ്യക്തമായി മനസ്സിലാക്കാൻ ലോജിക് ഡിസൈൻ പഠിക്കുന്നത് നന്നായിരിക്കും
@ashikmanoj4805
@ashikmanoj4805 3 года назад
@@Safeonnet thank you bro
@jahamgrzaan
@jahamgrzaan 3 года назад
Starting kandu chrichu 😅😅
@Safeonnet
@Safeonnet 3 года назад
😂💖
@faisalkunjumon8618
@faisalkunjumon8618 2 года назад
alculator, BMI which stands for Body Mass Index can be calculated using the formula: BMI = (weight in Kg)/(Height in Meters)^2. Write python code which can accept the weight and height of a person and calculate his BMI. note: Make sure to use a function which accepts the height and weight values and returns the BMI value.
@milanphilip
@milanphilip 2 месяца назад
helpful video
@Dev_Anand_C
@Dev_Anand_C Год назад
n = int(input("Enter your first number")) m = int(input("Enter your second number")) print("1 for addition " "2 for subtraction " "3 for multiplication " "4 for division") r = int(input("Write your choice")) if r == 1: print("Your answer is", n + m ) elif r == 2: print("Your answer is", n - m) elif r == 3: print("Your answer is", n * m) elif r == 4: print("Your answer is", n / m) else: print("please enter a listed value") exit() print("Thanks to Ed-where")
@Safeonnet
@Safeonnet Год назад
Great Job
@adharshramesh8301
@adharshramesh8301 5 месяцев назад
a = float(input("Enter first number = ")) b = float(input("Enter second number = ")) c = input("Choose operator{+,-,*,/} = ") if (c=="+"): result = a + b print("Answer = "+str(result)) elif (c == "-"): result = a - b print("Answer = "+str(result)) elif (c=="*"): result = a * b print("Answer = "+str(result)) elif (c=="/"): result = a/b print("Answer = "+str(result)) else: print("Error 404...") ingane cheythal kuzhappamundo
@Safeonnet
@Safeonnet 5 месяцев назад
No
@nivedh7625
@nivedh7625 3 дня назад
Njanum inganeya undakiye. Pakshe tudakkathil input float allayirunu int aayirunu
@BabuBabu-pv9eq
@BabuBabu-pv9eq Год назад
Nice presentation ♥️♥️♥️👍👍👍
@MohammedAli-nv9zk
@MohammedAli-nv9zk 3 года назад
🥰😘
@lrprestigio6m24
@lrprestigio6m24 3 года назад
Waiting for next❤️
@muhammedijas4043
@muhammedijas4043 3 года назад
Tanku to edwhere
@devipriyaprasannakumar4100
@devipriyaprasannakumar4100 4 месяца назад
@Abdulubaiz
@Abdulubaiz 2 года назад
Math ,numpy,scipy program video illae
@letslearn9748
@letslearn9748 3 года назад
😍💕🤩
@shanthi2160
@shanthi2160 3 года назад
Sir.... Inippo float um int um user nu type chyynam nkil etha use chyya... Double aanoo..
@Safeonnet
@Safeonnet 3 года назад
If it's a floating point input. Use input function to read the value and store it to a variable.Then convert that variable to float data type using float() function
@anandhus4361
@anandhus4361 Год назад
Vallom manasilayo..😇
@anandhus4361
@anandhus4361 Год назад
@@Safeonnet randum orumich type cheyan pattile
@nivedh7625
@nivedh7625 3 дня назад
​@@anandhus4361illa
@digitalmachine0101
@digitalmachine0101 8 месяцев назад
Good
@nishahari4282
@nishahari4282 3 года назад
👍
@harshagopal1122
@harshagopal1122 Год назад
Bro miniproject ok kanikuvo video el
@sreenandhan3139
@sreenandhan3139 2 года назад
A beginner❤
@devukutty2299
@devukutty2299 3 года назад
Super ❤💞✨️
@gearlessfearless5274
@gearlessfearless5274 Год назад
thanku bro
@hamzam3740
@hamzam3740 3 года назад
thank you Sir
@devikapm533
@devikapm533 3 года назад
bro ingane integer vach allate text vach specify cheyyan pattumo
@exploit7021
@exploit7021 2 года назад
No
@akj__.
@akj__. 3 года назад
👍🏻🔥
@nidhunnarayanan8641
@nidhunnarayanan8641 3 года назад
❤️👍
@devikapm533
@devikapm533 3 года назад
bro python use cheyyan pycharm allate eetanu nalla compailer
@Safeonnet
@Safeonnet 3 года назад
Pycharm is an IDE not a compiler. You can use any IDE available and also you can program without an IDE . Whichever is best for you, you can use that.
@Dev_Anand_C
@Dev_Anand_C Год назад
PyCharm is the best IDE for python, because of its rich libraries. Instead, Vs code can be used.
@priyanambiar264
@priyanambiar264 8 месяцев назад
❤️
Далее
While loop | Python Malayalam Tutorial | Part-15
14:06
How to make a Calculator using HTML CSS JavaScript
21:51