Shounak palthecodingcoder.hashnode.dev·Jun 18, 2023Python Programming :Leap yearExample Input 2016 Output Leap year Required to Know Use of Variables, Use of different operators like assignment or arithmetic operators, Use of functions like print(), and input(), Use of If-else, and Use of Data types. Steps Take the year as in...#A2Z-Python
Shounak palthecodingcoder.hashnode.dev·Jun 18, 2023Python programming :Quadratic EquationExample Input 8 -4 -2 Output 0.8090169943749475 -0.30901699437494745 Required to know Use of Variables, Use of different operators like assignment or arithmetic operators, Use of functions like print(), and input(), Use of If-else, and Use of Data t...#A2Z-Python
Shounak palthecodingcoder.hashnode.dev·Jun 18, 2023Python Programming : Triangle is valid or not in terms of sidesExample Input 5 4 2 Output Traingle is valid Required to Know Use of Variables, Use of different operators like assignment or arithmetic operators, Use of functions like print(), and input(), Use of If-else, and Use of Data types. Triangle Property ...#A2Z-Python
Shounak palthecodingcoder.hashnode.dev·Jun 18, 2023Python Programming : check whether triangle is valid or notExample Input 30 60 90 Output Traingle is valid Required to Know Use of Variables, Use of different operators like assignment or arithmetic operators, Use of functions like print(), and input(), Use of If-else, and Use of Data types. Triangle Proper...#A2Z-Python
Shounak palthecodingcoder.hashnode.dev·Jun 18, 2023Python Programming : print week dayExample Input 5 Output Week day: - Friday Required to Know Use of Variables, Use of different operators like assignment or arithmetic operators, Use of functions like print(), and input(), Use of If-else, and Use of Data types. Steps Take a day as ...#A2Z-Python
Shounak palthecodingcoder.hashnode.dev·May 30, 2023Python Programming : Alphabet, digit or special characterExample Input enter the character A Output Alphabet Required to Know Use of Variables, Use of different operators like assignment or arithmetic operators, Use of functions like print(), and input(), Use of If-else, and Use of Data types. Steps Ta...29 reads#A2Z-Python
Shounak palthecodingcoder.hashnode.dev·May 29, 2023Python Programming : Alphabet or notExample Input Enter the character A Output Alphabet Required to Know Use of Variables, Use of different operators like assignment or arithmetic operators, Use of functions like print(), and input(), Use of If-else, and Use of Data types. Steps Ta...#A2Z-Python
Shounak palthecodingcoder.hashnode.dev·May 29, 2023Python Programming : Lowercase or uppercaseExample Input Enter the character A Output Uppercase alphabet Required to Know Use of Variables, Use of different operators like assignment or arithmetic operators, Use of functions like print(), and input(), Use of If-else, and Use of Data types....46 reads#A2Z-Python
Shounak palthecodingcoder.hashnode.dev·May 29, 2023Python Programming : profit and lossExample Input enter the cost price 250 enter the sell price 260 Output The profit is 10 Required to know Use of Variables, Use of different operators like assignment or arithmetic operators, Use of functions like print(), and input(), Use of If-el...#A2Z-Python
Shounak palthecodingcoder.hashnode.dev·May 29, 2023Python Programming: Positive, Negative or ZeroExample Input enter the number 5 Output The number is positive Required to Know Use of Variables, Use of different operators like assignment or arithmetic operators, Use of functions like print(), and input(), Use of If-else, and Use of Data types....32 reads#A2Z-Python