Posts by Rafael Carreiro • 21 points
2 posts
-
1
votes1
answer75
viewsA: bash program shows no data output
This is Mhenrique12, all right? I tested it in a way that worked here, but I was left with some doubts... Question 01: How would the contents of the file Lista2.txt ? Question 02: Could you explain…
-
1
votes3
answers25171
viewsA: How to write multiple lines in Python?
And if you want to print the values of variables on these lines, you can do so: Remembering that I am using Python 3.5 nome = 'rafael' idade = '21' peso = '68' altura = '1.70' print ( '\nNome: ' +…