09-05-2011, 01:54 PM
(This post was last modified: 09-14-2011, 05:20 PM by FireMonkeyFun.)
*Updated*
What Can You Code:
Python, C and C++ but not really good in. I'm still learning and trying to remember all of the code. If you except HTML and CSS I have some code for that too. Not a pro but I always read to learn it.
Favorite Coding Language:
The ones I know.
Will You Give Support To Fellow Coders:
I sure will try.
How Many Hours Per Week Can You Be On:
M-F at least an hour late at night. Weekends I am on various times.
Age:
17
Proof Of Your Coding Abilities:
Here is a simple random number program in Python. I'm still learning more advanced Python stuff and learning C too.
Python Programs
Hope you like everything.
What Can You Code:
Python, C and C++ but not really good in. I'm still learning and trying to remember all of the code. If you except HTML and CSS I have some code for that too. Not a pro but I always read to learn it.
Favorite Coding Language:
The ones I know.
Will You Give Support To Fellow Coders:
I sure will try.
How Many Hours Per Week Can You Be On:
M-F at least an hour late at night. Weekends I am on various times.
Age:
17
Proof Of Your Coding Abilities:
Code:
import random
number = random.randrange(100)
print "Your number is", number
raw_input("\n\nPress the enter key to exit.")
Here is a simple random number program in Python. I'm still learning more advanced Python stuff and learning C too.
Python Programs
Hope you like everything.