
Prabhjot Singh Rana
Mainframe guy, started to learn OOPs concepts and Python..
Work
Lead Technology at Nagarro Software
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Mainframe guy, started to learn OOPs concepts and Python..
Work
Lead Technology at Nagarro Software
Recent comments
Project Euler #5 - Finding the Smallest Multiple
My solution in Python: result = 1 num = 20 list1 = [] lis...
Project Euler #4 - Largest Palindrome Product
Solution in Python: x = 0 # assuming number is Xnnnnn ...
Project Euler #3 - Largest Prime Factor
Python: maxnum = 600851475143 result = 2 while maxnum &g...