#!/usr/bin/python
fixed_team = []
count = 2
languages = ["python","java","c","javascript"]
vx_index = ["i","u","q","z","h","l"]
key = [2,-1,-1,2,-3,-2,-2,-7]
vx = []
i = 0
for index in key:
vx.append(vx_index[i + index])
i = i + 1
def waiting(you):
name = you[0]
language = you[1]
if (languages.count(language) >= 1):
fixed_team.append(name)
count = count +1
if (count <=6):
return welcome()
else:
return str(hello_world)
fixed_team = []
count = 2
languages = ["python","java","c","javascript"]
vx_index = ["i","u","q","z","h","l"]
key = [2,-1,-1,2,-3,-2,-2,-7]
vx = []
i = 0
for index in key:
vx.append(vx_index[i + index])
i = i + 1
def waiting(you):
name = you[0]
language = you[1]
if (languages.count(language) >= 1):
fixed_team.append(name)
count = count +1
if (count <=6):
return welcome()
else:
return str(hello_world)