+ 3
Where do I start? Any advice would be welcome..
I am a relative noob.startin My problem is the following: 1. We upload photos(*.jpg) unto a live online Java based system at work. 2. Colleagues take photographs with their cell phones with the resultant photos being taken are too large to upload initially. 3. Instead of going over to the tech guys I thought I would venture into Python and design an app myself. 4. The size requirement for said photographs are 500kbs and no more than that. 5. The app needs to resize the photos without changing any details.
3 Answers
0
and then that happened just now....
0
try:
   f = open("/root/Desktop/toetsfile.txt","r")      Â
   with open("/root/Desktop/toetsfile.txt") as f:
      print
         Â
finally:
   f.close()
0
it displayed the contents of my target file but with /n at the end...
one step down.... 99876 to gođđđđ