Student - Software Developer
class Roschelle:
name = "Roschelle Matthews-Rhoden"
uni = "The University of the West Indies"
inNeedOfCoffee = True
hobbies = ["Swimming", "Badminton", "Coding", "Video Editing", "Reading Horror Fiction"]
def calFuture(practice, determined, skills):
if practice == True and determined == True and skills == True:
future = "successful"
else:
future = "unsuccessful"
return future
Contact Me: