top of page
Profile
Join date: Aug 21, 2021
About
0 likes received
0 comments received
0 best answers
Posts (4)

Oct 10, 2021 ∙ 2 min
Python Scope
A variable is only available from inside the region it is created. This is called scope. Local Scope A variable created inside a function...
13
0

Oct 10, 2021 ∙ 2 min
Python sets
Sets are used to store multiple items in a single variable. Set is one of 4 built-in data types in Python used to store collections of...
18
0
1

Oct 10, 2021 ∙ 2 min
The Anagram
return true if string_1 is an anagram of string_2 An anagram is a situation where among the two given strings or numbers, one of them is...
38
0

Oct 10, 2021 ∙ 2 min
Convert roman numbers to a decimal using python
One of the most favorite questions in a coding interview is to convert Roman numbers to decimals. In this article, I’ll walk you through...
505
0
1
Mohamed Adel
Writer
More actions
bottom of page