Skip to content

Instantly share code, notes, and snippets.

View enzeyi's full-sized avatar
💭
Building Stronger Muscles!

Emmanuel (Manu) Enzeyi enzeyi

💭
Building Stronger Muscles!
View GitHub Profile
@Quingsley
Quingsley / main.dart
Last active October 24, 2022 04:36
players-game
//A group of twenty boys are in a football pitch and they want to play football.
//I want you to help me create a programme using python or any other programming
//language that will help me to break the group into two football teams each consisting of 10 players.
//The programme should first ask me to input the names of the two teams; the first team name then the second team name.
//Then after that, it should ask me to input the list of names of the twenty boys.
//After inputing these names, the programme should give me an output of the two final teams with the team name on top of a list of the 10 players
//of each team. The team players should be selected in the order of odd number and even number respectively according to the list of names that will be provided.
void main() {