top of page
Profile
Join date: Aug 19, 2021
About
0 likes received
0 comments received
0 best answers
Posts (4)
Oct 16, 2021 ∙ 3 min
Python - Logical Operators
What are Operators? Operators are used to perform operations on values and variables. These are the special symbols that carry out...
126
0
2
Oct 3, 2021 ∙ 3 min
Python - Functions
What are Functions? Functions are a convenient way to divide your code into useful blocks, allowing us to order our code, make it more...
25
0
3
Sep 2, 2021 ∙ 2 min
Python Program to Check Whether a Number is Palindrome or Not
In this blog we will make an application to check whether a number is palindrome or not. First we should know what is a palindrome. So...
87
0
4
Sep 2, 2021 ∙ 2 min
Count Character Occurrence in a Word, Phrase or Sentence in Python
In this blog we will see that how to count the number of occurrence of a given character in a given word, phrase or a sentence. So let's...
207
0
4
Muhammad Hassan Shafiq
Writer
More actions
bottom of page