You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple yet tricky at times. Adding different types of data leads to errors. check for type of data and add if numbers, concat if strings. The Operator "+" does its work based on the type of data like int, float, string.
PROJECTS
#1 Guessing game
We always try to guess a number in a lottery system. This is one such program where we try to guess a number with a limit of chances.