Mr L Parfitt
@MrParfitt
Teacher of ICT/Computer Science at Chepstow School
0
Input/Output test with random inputs?
Hi, I am putting some simple Python challenges together for my high school class. I have this challenge for a simple rock, paper, scissors game. I want to run an automatic test (input/output - Match) but part of the program is the computer generates a random number between 1 and 3 for an input. How can I represent that in the input field? Or should I not be using Match? Any help gratefully received.Nava10Y @MrParfitt This is the fix https://replit.com/@Nava10Y/FIX-Python-Challenge-10-MrParfitt1 year ago
22
2
0