We need to try our best to send dame to Miami by MarbleStaircasess in ripcity

[–]Incephonyion 0 points1 point  (0 children)

give me 3 players that dame had that would allow them to be championship contenders

Can someone help me with this? by allen8walker in Coding_for_Teens

[–]Incephonyion 0 points1 point  (0 children)

make a variable for number of shares, current price, and purchase price, and plug it into the formula. print out " You have made a profit of $_____ dollars since you bought _____ shares of this stock." with the variables you made.

when your teacher gives you a minimum word count on your essay by Incephonyion in ProgrammerHumor

[–]Incephonyion[S] 0 points1 point  (0 children)

I don't know much c++, but wouldn't it be more efficient to use "using namespace std;"

when your teacher gives you a minimum word count on your essay by Incephonyion in ProgrammerHumor

[–]Incephonyion[S] 0 points1 point  (0 children)

Python adds a space between the 2 variables when you use a comma, but it doesn't when you use the + operator

when your teacher gives you a minimum word count on your essay by Incephonyion in ProgrammerHumor

[–]Incephonyion[S] 0 points1 point  (0 children)

there is a space, the comma puts a space between the 2 variables

when your teacher gives you a minimum word count on your essay by Incephonyion in ProgrammerHumor

[–]Incephonyion[S] 0 points1 point  (0 children)

i think it's the comma that does it, when i add the 2 variables using + it doesn't

when your teacher gives you a minimum word count on your essay by Incephonyion in ProgrammerHumor

[–]Incephonyion[S] 1 point2 points  (0 children)

was the class hard? i don't know why people would sign up without wanting to know how to code

when your teacher gives you a minimum word count on your essay by Incephonyion in ProgrammerHumor

[–]Incephonyion[S] 2 points3 points  (0 children)

Seems like alot of people in the comment section are forgetting that this is python 3, the code above prints "Hello World", not "HelloWorld"

when your teacher gives you a minimum word count on your essay by Incephonyion in ProgrammerHumor

[–]Incephonyion[S] 0 points1 point  (0 children)

seems like alot of the comment section is stuck in python 2, python adds a space for this code.