Search Results

Showing results 1 to 3 of 3
Search took 0.01 seconds.
Search: Posts Made By: sravan953
Forum: Python Sep 13th, 2009
Replies: 6
Views: 662
Posted By sravan953
What woooee said was correct:

overwrite=""
while(overwrite!="Y".lower() and overwrite!="N".lower()):
overwrite=raw_input()
Forum: Java Jul 18th, 2009
Replies: 0
Views: 986
Posted By sravan953
This code snippet displays any word that the user enters in descending order, each time, removing the last charcter.

So, sravan953 in descending order would be:

sravan953
sravan95
sravan9...
Forum: Python Jul 14th, 2009
Replies: 7
Views: 821
Posted By sravan953
Try:

import time

response=raw_input("Are you ready?\n")

while(response.lower()!="no"):
if(response.lower()!="yes"):
time.sleep(3)
response=raw_input("\nAre you...
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC