Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #27.9K
~3K People Reached
Interests
IT in general but more towards Security also a little programming
PC Specs
Dell @work Surface @home

5 Posted Topics

Member Avatar for AmritaHasan11

windows 10 should be out this summer according to microsofts blog site. I am currently running it on my Surface pro3 and it is working quite well. They are making some changes with the betas but using it now will make it easier when it is full fledged. Also according …

Member Avatar for Reverend Jim
0
1K
Member Avatar for TObannion

do you mean like this: def main(): menu = raw_input("choose rock, paper, or scissors: ") if menu == "rock": print "Rock" elif menu == "paper": print "Paper" elif menu == "scissors": print "Scissors" else: print "Invalid selection" main() this would allow you to check string

Member Avatar for vegaseat
0
204
Member Avatar for MBRaja

did you try downloading drivers for the DVD rom or check in device manager on the windows install to see if it is showing the drive at all?

Member Avatar for Josiah_2
0
553
Member Avatar for joshuawilson11

I agree with Griboullis as that is an easy way of doing so but i think you left a bit of information out of your original post. Do you need it to add 22 to every value on your list unless that makes it greater than 126. If it is …

Member Avatar for Josiah_2
0
302
Member Avatar for Lynn_4

Well two things first: main() needs to not be commented out so remove the # from in front of it. Next is the call for start you are asking for input but not telling the code thus. You need to write those calls using raw_input like this: Start = raw_input("Type …

Member Avatar for Josiah_2
0
377

The End.