An open API service indexing awesome lists of open source software.

https://github.com/felipefma/randomtop10

repo for the random top 10 coding questions my friend sent me.
https://github.com/felipefma/randomtop10

Last synced: 10 months ago
JSON representation

repo for the random top 10 coding questions my friend sent me.

Awesome Lists containing this project

README

          

Repo for this random top 10 coding questions my friend sent me, I'll try to do it using python.

![image](https://github.com/user-attachments/assets/5ecd5a3c-ba13-4b08-99b1-135601f9246b)

01. Fibonacci. [x]
02. Prime number. [x]
03. Palindrome. [x]
04. Factorial. [x]
05. Armstrong. [x]
06. Random number. [x]
07. Printing pattern. [x]
08. ASCII value. [x]
09. Comparing two objects. [ ]
10. Create object. [ ]