I have a .txt file that has numbers 1-31 in it called numbers.I\'ve set up a scanner like this: cardCreator = new Scanner (new File (\"numbers\"));
I am learning python an开发者_开发技巧d doing an exercise about classes. It tells me to add nd attribute to my class and a method to my class. I always thought these were the same thing until I read t