oh alright. Well the problem isn't changing the volume its that when I run its hard to change the volume without messing up my pace. Is there a program or something that allowed my Ipod to look like another gen ipod? I think that will most likely fix the problem
Alright so I just bought some Dre ibeats from a best buy by my house. (I got a huge discount basically i payed 50 bucks) and the volume controls wont work on the Ipod nano I have from a long time ago. its an Ipod 3rd generation nano. now I've talked to the apple people and they said I need a 4th gen...
thanks Ill put that in :D one more thing.. when asking for the persons age I want it to know if the person types an actual number or a letter, and to put different replies for each case. so this is what i type x=raw_input ('Enter Age Here: ') if x <5 or x >100: print 'cool I am 17' else: print...
So I've just started python and to get a little better I decided to make a simple program that asks you questions and you can talk back to it. basically this is the only code I have so far (im a noob lol) x=raw_input ('Enter Age Here: ') print "That is nice, I am also " + x y=raw_input ('w...