top of page
Profile
Join date: Aug 23, 2021
About
0 likes received
0 comments received
0 best answers
Posts (4)
Oct 6, 2021 ∙ 1 min
Try and Except Structure in Python
The Python try…except statement catches an exception. It is used to test code for an error which is written in the “try” statement. If an...
19
0
Oct 6, 2021 ∙ 2 min
Python Dictionaries
In this code segment, we will talk about python dictionaries. how they are created, accessing, adding, removing elements from them and...
13
0
Sep 21, 2021 ∙ 1 min
Checking if a Word is Palindrome with Python
This is a simple python app that will tell you wether your text is a palindrome or not. In this program, I have used the build-in...
77
0
1
Sep 21, 2021 ∙ 1 min
Email Splitter App
This is a simple python app that takes a lists of emails and separate the username and the domain name. First let's create a list with...
9
0
1
Shawon Shariff
Writer
More actions
bottom of page