Skip to content

alizesevgi/Python-Exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-Exercises

#1: Primitive root calculation

#2: Manual RSA calculation()(except calculation of d, that was done in a higher python version d = pow(e, -1,phi) bc the present version in colab didn't supoort reverse power operations)

#3: Check if 2 strings are anagrams