Zee
brains
Home
Nollywood
Yoruba
Request
Contact
☰
Search
Error: Search failed: Failed to fetch YouTube search results
Home
Drama
Write a Python program that accepts an integer (n) and computes the value of n+nn+nnn. (2023)
Write A Python Program That Accepts An Integer (n) And Computes The Value Of N+nn+nnn.
2023
0:18
Synopsis
a = int(input("Input an integer : ")) n1 = int( "%s" % a ) n2 = int( "%s%s" % (a,a) ) n3 = int( "%s%s%s" % (a,a,a) ) print (n1+n2+n3)
Share
Download
Watch Later
Report
You Might Also Like
No related videos found.