skip to main |
skip to sidebar
-
#Area of Trapezoid in Python base1=float(input("Enter Base1 of a Trapezoid :")) base2=float(input("Enter Base2 of a Trapez...
-
Find the Volume of Sphere in Python r=float(input("Enter Radius :")) pie=3.14 volume=(4.0/3.0)*pie*(r*r*r) print("Volume...
-
Tuble Data Type in Python thistuple = ("apple", "banana", "cherry") print(thistuple[0]) Output apple
Count Upper Case and Lower Case Word in a string (Python)
Count Upper Case and Lower Case Word in a string (Python) def string_test(s): d={"UPPER_CASE":0, "LOWER_CASE":...
Blog Archive
-
▼
2020
(31)
-
▼
September 2020
(10)
- Count Upper Case and Lower Case Word in a string ...
- String in alphabetical order in python
- Display a set and Remove the Double integer in Python
- Display a Set in Serial Order in Python
- Display one or more Character of String
- String Data Type in Python
- Tuble Data Type in Python
- List Data Type in Python
- Integer Data Types in Python
- Find The Number in Range Python
- ► August 2020 (21)
-
▼
September 2020
(10)
Search This Blog
Powered by Blogger.
Search
About Me
- NoorEDU....
- Hello, my name is Gurnoor Singh. I am the creator of NoorEDU, a blog for about education . I live in India. I study in BCA Trade.In my free time, I enjoy hiking, practicing photography, and exploring the city by bike.


0 comments:
Post a Comment
gurnoorsingh5974@gmail.com