[Tutor] More Advanced Calculator.

2005-02-21 Thread . Sm0kin'_Bull
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

[Tutor] Advanced Calculator Program...

2005-02-19 Thread . Sm0kin'_Bull
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

[Tutor] Problem in making calulator

2005-02-17 Thread . Sm0kin'_Bull
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

[Tutor] Problems in making calulating program.

2005-02-16 Thread . Sm0kin'_Bull
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!

[Tutor] Problem with variables

2005-02-16 Thread . Sm0kin'_Bull
 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

[Tutor] Trivia program.

2005-02-16 Thread . Sm0kin'_Bull
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

[Tutor] .

2005-02-15 Thread Sm0kin'_Bull .
. _ 고.. 감.. 도.. 사.. 랑.. 만.. 들.. 기.. MSN 러브 http://www.msn.co.kr/love/ ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor