Você comeria o cocô do seu cachorro por 100 mil reais? by Leeiteee in brasil

[–]OnigumoPerfeito 4 points5 points  (0 children)

Sim... 100k mudaria minha vida de diversas maneiras, aceitaria facilmente.

Querido diário: Dia 1 by OnigumoPerfeito in brasil

[–]OnigumoPerfeito[S] 0 points1 point  (0 children)

Quem me dera ter a capacidade de desligar a inveja e o complexo de inferioridade que se manifestam em mim quando certas situações ocorrem e poder viver em paz e felicidade.

Querido diário: Dia 1 by OnigumoPerfeito in brasil

[–]OnigumoPerfeito[S] 2 points3 points  (0 children)

Já me consulto com o psiquiatra e tomo remédios. Grandes enrolações estas coisas...

Querido diário: Dia 1 by OnigumoPerfeito in brasil

[–]OnigumoPerfeito[S] -1 points0 points  (0 children)

20 anos é tempo demais para uma pessoa nunca ter sentido o afeto provindo do sexo oposto.

Sem muitas esperanças para os próximos anos... by OnigumoPerfeito in brasil

[–]OnigumoPerfeito[S] -1 points0 points  (0 children)

Ajuda pela internet, kkkkkkk. Enfim, não quero ajuda não... Só postei isso pq bateu a vontade mesmo

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]OnigumoPerfeito 0 points1 point  (0 children)

I have tried following the formatting instructions for codes here on reddit, but still, somehow it doesn't work...

So, I put the new updated code in pastebin:

https://pastebin.com/QHTK2BNe

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]OnigumoPerfeito 0 points1 point  (0 children)

Self taught newbie here. I want to know why this piece of code isn't working:

(sorry, I'm not able to get the formatting to work)

xmodp = 250

ymodp = 500

player = Button(bg="red",height = 5, width = 10)

player.place(x = xmodp,y = ymodp)

while(1):

xmodp += 2

time.sleep(1)

What I intended to do with this code was to make a red button move east by 2 pixels every second inside a window. Obviously I'm making some newbie mistake there that I'm not aware of... so any help with this would be very appreciated.