Posts by LFRF • 21 points
2 posts
- 
		-1 votes1 answer387 viewsQ: Install matplotlibI am trying to install matplotlib on the computer but am getting the following error: ERROR: Command errored out with Exit status 1: command: 'c: users ferco appdata local Programs python… 
- 
		2 votes3 answers92 viewsQ: Counting letters in a stringI need to make a Python script that takes a string and returns the sum of the letters of that string in a list of tuples, as follows: Example: banana -----> [('b', 1), ('a', 3), ('n', 2)] My show… python-3.xasked LFRF 21