Re: [Tutor] printing items form list

2017-03-03 Thread Antonio Zagheni via Tutor
for i in suitcase:         st = st + i     print ("You have a %s in your luggage.") %st -------- Best regards... Antonio Zagheni. From: "tutor-requ...@python.org" To:

[Tutor] Why is it not working?

2015-02-04 Thread Antonio Zagheni
7 or Ubuntu 14.04 in a 64 bit computer, both running idle with python's version 2.7.7. Regards, Antonio Zagheni. #--- from Tkinter import * janela = Tk() flag_botaoA1 = "1"

Re: [Tutor] Help (Antonio Zagheni)

2013-06-24 Thread Antonio Zagheni
Hello eryksun, Thanks for your help... But I am trying to paste the clipboard content to MS word and when I do it MS word becomes not responding. So, if you can help... Thanks a lot again, Antonio ZAgheni. Message: 3 Date: Sun, 23 Jun 2013 18:18:11 -0400 From: eryksun To: Antonio Zagheni

[Tutor] Help

2013-06-23 Thread Antonio Zagheni
Hi there, I am a begginer in Python. I did a function that returns a string and I want to copy this to the clipboard. I have tried a lot of suggestions found at Google but nothing works properly. Is there an easy way to do that? I am using Python 2.7 and Windows 7. Thanks a lot. Antonio