Coding Challenge: Group Membership
Test your group membership in python skill by solving the coding challenge presented below.
We'll cover the following...
We'll cover the following...
Problem
You have learned to create and join a group using Tooz. In this coding challenge, you want to go one step further and implement a counter of members of a group. You have to increment a counter when a group joins and decrement the counter when it leaves. The counter is given using a global ...