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.
- Host: GitHub
- URL: https://github.com/felipefma/randomtop10
- Owner: FelipeFMA
- License: mit
- Created: 2025-02-24T18:56:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T23:03:50.000Z (over 1 year ago)
- Last Synced: 2025-08-05T02:38:43.088Z (10 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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. [ ]