kode2go / python

Lessons on learning python programming.
0 stars 0 forks source link

Python Exercises: Q10 #10

Open kode2go opened 3 years ago

kode2go commented 3 years ago
  1. Write a Python program that accepts an integer (n) and computes the value of n+nn+nnn. Sample value of n is 5 Expected Result :
    615