Cool man I don't knew about the split() maybe I'm lost in this but I think that the input() method is deprecated in python2 because it let you to send python expressions, I was reading that it works like a eval so in python2 should be use raw_input() and in python3 raw_input() was become in input(), anyway very cool infoππβοΈ
Cool man I don't knew about the
split()maybe I'm lost in this but I think that theinput()method is deprecated in python2 because it let you to send python expressions, I was reading that it works like aevalso in python2 should be useraw_input()and in python3raw_input()was become ininput(), anyway very cool infoππβοΈThanks for the info man π will look into them