Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,165,227 members, 7,860,446 topics. Date: Friday, 14 June 2024 at 11:07 AM

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

Nairaland Forum / Science/Technology / Programming / [Help Request] I Need Your Help With Some Python Programing Questions. (1004 Views)

[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 requirements (2) (3) (4)

(1) (Reply) (Go Down)

[Help Request] I Need Your Help With Some Python Programing Questions. by ganzydon(m): 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(m): 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(m): 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)

Advice : Java Or C Developer / Activation Key For Coreldraw X4 / Can I Create .php File Using "Fopen" Function.

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 14
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.