Posts by Tesserato • 21 points
2 posts
- 
		0 votes2 answers143 viewsQ: Input event only happening when loading the pageHello, folks at Stackoverflow. I try to make a textarea of a web page I am developing continuously check whether the typed text is the same or different from a predefined phrase, according to the… 
- 
		1 votes1 answer311 viewsQ: Variable not defined in Python for-loopI have a problem in a code that should read 4 values using raw.input().split() and then a for-loop to turn such values into float. The interpreter returns to me: "name 'val' is not defined" Follows…