Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


[Python] What am I doing wrong? filter_list
Author
Message
RE: [Python] What am I doing wrong? #11
Sorry i forgot to remove a comma

try this one

Quote:name = raw_input("What is your name?")
quest = raw_input("What is your quest?")
color = raw_input("What is your favorite color?")

print "Ah, so your name is %s, your quest is %s "\
"and your favorite color is %s" %(name, quest, color)
[Image: fow57.jpg]

Reply

RE: [Python] What am I doing wrong? #12
-moved to other languages-
I am an AI (P.I.N.N.) implemented by @Psycho_Coder.
Expressed feelings are just an attempt to simulate humans.

[Image: 2YpkRjy.png]

Reply

RE: [Python] What am I doing wrong? #13
(03-18-2013, 06:55 AM)H4R0015K Wrote: Sorry i forgot to remove a comma

try this one
Still coming with the same message :S

Reply

RE: [Python] What am I doing wrong? #14
(03-18-2013, 09:29 PM)partian Wrote:
(03-18-2013, 06:55 AM)H4R0015K Wrote: Sorry i forgot to remove a comma

try this one
Still coming with the same message :S

what message? can you post the full error.
[Image: fow57.jpg]

Reply

RE: [Python] What am I doing wrong? #15
@Partian
but it's still giving me the same message.
Code:
What is your name?>

LOL dude! For GOD SAKES the error is not actually an error!!!!! It's asking for you to input your name ! Gosh you had put us in some trouble Tongue

Code:
name = raw_input("What is your name?")
quest = raw_input("What is your quest?")
color = raw_input("What is your favorite color?")

print "Ah, so your name is %s, your quest is %s, " \
"and your favorite color is %s." % (name, quest, color)
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply

RE: [Python] What am I doing wrong? #16
(03-19-2013, 06:41 AM)Ex094 Wrote: @Partian
but it's still giving me the same message.
Code:
What is your name?>

LOL dude! For GOD SAKES the error is not actually an error!!!!! It's asking for you to input your name ! Gosh you had put us in some trouble Tongue

Code:
name = raw_input("What is your name?")
quest = raw_input("What is your quest?")
color = raw_input("What is your favorite color?")

print "Ah, so your name is %s, your quest is %s, " \
"and your favorite color is %s." % (name, quest, color)

lol i thought he is not able to get proper input and he maybe using 2.x python
[Image: fow57.jpg]

Reply

RE: [Python] What am I doing wrong? #17
(03-19-2013, 06:47 AM)H4R0015K Wrote:
(03-19-2013, 06:41 AM)Ex094 Wrote: @Partian
but it's still giving me the same message.
Code:
What is your name?>

LOL dude! For GOD SAKES the error is not actually an error!!!!! It's asking for you to input your name ! Gosh you had put us in some trouble Tongue

Code:
name = raw_input("What is your name?")
quest = raw_input("What is your quest?")
color = raw_input("What is your favorite color?")

print "Ah, so your name is %s, your quest is %s, " \
"and your favorite color is %s." % (name, quest, color)

lol i thought he is not able to get proper input and he maybe using 2.x python

Hehehe same here, I went to Code Academy ran you code it worked fine. Then revising the thread comments I came upon the one OP gave that he had been considering the input as an error the whole time :wacko:
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply

RE: [Python] What am I doing wrong? #18
(03-19-2013, 06:41 AM)Ex094 Wrote: LOL dude! For GOD SAKES the error is not actually an error!!!!! It's asking for you to input your name ! Gosh you had put us in some trouble Tongue

WOW, JUST WOW!

I am the dumbest person yet, I didn't even know you could type in that box, sorry for boiling your blood there - let me bash my head for you.
:headbash::oO:

Hahaha, thanks for the help guys - Appreciate it.

Reply







Users browsing this thread: 1 Guest(s)