Posts by Julio Vilela • 1 point
3 posts
-
-2
votes2
answers85
viewsA: Text manipulation error with Python
Follow the code with the changes: try: with open('testee.txt', 'rw', ) as fileOld with open('teste.txt', 'rw') as fileNew addFile = fileOld.readlines() accFile = fileNew.readlines() except IOError:…
pythonanswered Julio Vilela 1 -
-1
votes2
answers85
viewsQ: Text manipulation error with Python
I wrote this script to check if the texts are the same, if you do not add the texts you do not have in the other file, but I am receiving this error syntax and I do not understand the reason, is it…
pythonasked Julio Vilela 1 -
0
votes1
answer49
viewsQ: Gif as the background of an Activity
I’m new to Android programming, and would like to add a GIF like background of a Activity. Do I have to do this through Java or with you through XML? I’m not getting through set a Gif.…
androidasked Julio Vilela 1