from random import choiceoptions = ['Read WB Book', 'Charting', 'Practice on SoloLearn', 'Python Video']dothis = choice(options)print(f"You should Do This: {dothis}")
Not registered? Create an account
Forgot Password?
Already a registered user? Login