With your helps i managed to program Advanced Calculator.
But, I want to change(or add) some to it.
1. How can i /n/n result bit? I tired.. but, I can't
2. How can i enable it to calculate float-pointing numbers? (Which will make
it complicated)
It should looks like this...
Please input data
Numb
I want to make caculator program which enables me to
enter 2numbers and mathsmatics sign and calculates it.
I think this is too difficult for newbie like me...
Please input data
Number1:
Mathsmetics Sign:
Number2:
(Number1) (Sign) (Number2) = (Result)
I wrote this but, Error occurs
print "Please in
No-one answered question
So, I e-mail it again
Help me please
I wrote this to add 2 numbers...
print "Please input data"
number1 = int(raw_input(" "))
number2 = int(raw_input("+ "))
total = number1 + number2
print total
raw_input("")
I want to make output like this...
1 + 1 = 2
But, actually... it
I wrote this to add 2 numbers...print "Please input data"number1 = int(raw_input(" "))number2 = int(raw_input("+ "))total = number1 + number2print totalraw_input("")I want to make output like this...1 + 1 = 2But, actually... it looks like this...1+ 12
Express yourself instantly with MSN Messenger!
wrote this, It's a bit lame thoughI = "Allen"me = "Allen"my = "Allen's"print \"""%s woke up early in the morning. But, it was unusal by %s. %s pillowwas with %s. %s didn't want to wake up But, %s tried my best and woke up.it was so amazing!""" % (I,me,my,me,I,I)raw_input("\n\\t\t\t- The End -")Bu
Hi, I got a problem with this program.
name = raw_input("Hi. What's your name? ")called = name * 5print "\nIf a small child were trying to get your attention, " \ "your name would become:"print called
When i input the name like "John Goodman"
it prints like...
John GoodmanJohn Goodman
.
_
고.. 감.. 도.. 사.. 랑.. 만.. 들.. 기.. MSN 러브
http://www.msn.co.kr/love/
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor