Posts by Werton Guimaraes • 41 points
2 posts
- 
		2 votes2 answers29234 viewsA: Create . txt file in PYTHON if it does not existMaybe you can use the "append" of files to resolve this issue. But, making the least change in your code, Voce could put the input in a variable, IE: nome_do_arquivo = input('Nome do arquivo a ser… 
- 
		2 votes1 answer1732 viewsA: How to pick up values and play in another class? AndroidTo send data: EditText editText1 = (EditText) findViewById(R.id.name); EditText editText2 = (EditText) findViewById(R.id.ma); String message = "Oi! " + editText1.getText().toString(); int i =…