Need to revisit str vs int variables. Is it possible to check them? F.e. if list [1,2,3,4] contains 2 or list ['1', '2', '3','4'] contains '2'
Need to revisit str vs int variables.
Is it possible to check them?
F.e.
if list [1,2,3,4] contains 2 or list ['1', '2', '3','4'] contains '2'