DSC-ChitkaraUniv / HacktoberFest-2020

22 stars 100 forks source link

Create ReverseNum.py #269

Open Swarga-codes opened 3 years ago

Swarga-codes commented 3 years ago

the num= num//10 is replaced by num= num /10 or it might give some syntax errors. And just made some minor changes that won't effect the original code.