Monday 1 February 2016

James Bond Password (Extended)



a = ' '
while a != 'JamesBond':
    print ('username')
    a = input ( )

b = ' '
while b != '007':
    print ('password')
    b = input ( )

print ('Welcome to MI6')