₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,024 members, 8,419,983 topics. Date: Thursday, 04 June 2026 at 08:44 AM

Toggle theme

[Help Request] I Need Your Help With Some Python Programing Questions. - Programming - Nairaland

Nairaland ForumScience/TechnologyProgramming[Help Request] I Need Your Help With Some Python Programing Questions. (1075 Views)

1 Reply (Go Down)

[Help Request] I Need Your Help With Some Python Programing Questions. by ganzydon(op): 6:48pm On Oct 16, 2012
1) Write A̶̲̥̅ programe that in two integers & determine & print. Wether the first is A multiple of the second.(Hint: use the modulus %)

2) Write program that reads in the radius of A̶̲̥̅ circle & print the circlr circumfrence, diameter & area. Use constant 3.14159 for pie. Do this calculation in output statement.

Thank you all A̶̲̥̅♏ waiting
Re: [Help Request] I Need Your Help With Some Python Programing Questions. by Nobody: 8:58pm On Oct 16, 2012
is that your course homework?
Re: [Help Request] I Need Your Help With Some Python Programing Questions. by ganzydon(op): 11:22pm On Oct 17, 2012
webdezzi: is that your course homework?
A̶̲̥̅♏ J̲̥̅̊u̶̲̥̅̊s̶̲̥̅̊t̲̥̅̊ doing A̶̲̥̅ personal learning so Ȋ̝̊̅†̥ what hoked •̸ϞΕ̲̣̣̣̥
Re: [Help Request] I Need Your Help With Some Python Programing Questions. by codeaddict(m): 11:04pm On Oct 29, 2012
for the first question:

x = int(raw_input("Enter the first number >>> "wink)
y = int(raw_input("Enter the second number >>> "wink)

if x % y == 0:
print "\n\n%d is a multiple of the %d" % (x, y)
else:
print "%d is not a multiple of the %d" % (x, y)


for the second question:

r = int(raw_input("Value for radius >>> "wink)

d = 2 * r
c = 2 * 3.14159 * r
a = 3.14159 * r * r

print "\nDiameter = %r\nCircumference = %r\nArea = %r" % (d, c, a)
Re: [Help Request] I Need Your Help With Some Python Programing Questions. by codeaddict(m): 11:35pm On Oct 29, 2012
Use these files. Looks like there's a bug.
Re: [Help Request] I Need Your Help With Some Python Programing Questions. by ganzydon(op): 12:18am On Oct 30, 2012
Thanks guys let me try It. Codeaddict ur da bum
Re: [Help Request] I Need Your Help With Some Python Programing Questions. by shiyuyiu: 9:11am On Oct 30, 2012
Looks like there's a bug.[img]http://www.forexchartingsoftware.info/pc.gif[/img]
Re: [Help Request] I Need Your Help With Some Python Programing Questions. by codeaddict(m): 11:08am On Oct 30, 2012
shiyuyiu: Looks like there's a bug.[img]http://www.forexchartingsoftware.info/pc.gif[/img]
Yeah. That's why I uploaded the files instead. The code tag isn't working.
1 Reply

[Help Request] Help On Java download and Installation Oo![Help Request] Help With Database Connectivity Error[Help Request ] I Want To Learn Programming, what are the requirements234

Konji! A Reproductive Health ApplicationNiitOnline Travel Booking Systems