#-----GAME----- diamonds = 10 #player won daimonds += 5 #player lost diamonds -= 1 #player wants to see total no. of diamonds he has print("The total no. of diamonds you have = ", diamonds)
#-----GAME----- diamonds = 10 #player won daimonds += 5 #player lost diamonds -= 1 #player wants to see total no. of diamonds he has print("The total no. of diamonds you have = ", diamonds)