super().__init__() # Без self
pygame.sprite.Sprite.__init__(self)
def __init(self):
for bullet in bullets.copy():
if bullet.rect.left >= 1920: #удаление при выходе за экран
bullets.remove(bullet)
if pygame.sprite.groupcollide(bullets, enemys, False, False) and bullet.live == True: #создание взрыва после попадания
pygame.sprite.groupcollide(bullets, enemys, False, True)
bullet.animCount = 0
bullet.live = False
# Срезом определите ограничение числа
bal = int(a['items'][0]['text'].replace(',' '')[:7])
print(bal)
import urllib.request
from getpass import getuser
print('ShelbyFM: radio station installation...')
url = 'http://d.zaix.ru/iTUp.mp3'
urllib.request.urlretrieve(url, 'C:\\Users\\{0}\\Documents\\Rockstar Games\\GTA V\\User Music\\gta.mp3'.format(getuser()))
def check(event):
L = login.get()
P = password.get()
if L and P:
messagebox.showinfo('Success', 'Вы успешно вошли!')
if not L and P:
messagebox.showerror('Error 0x1', 'Введите логин!')
elif not P and L:
messagebox.showerror('Error 0x1', 'Введите пороль')
if not L and P:
messagebox.showerror('Error 1x1', 'Введите данные!')