From 387df66814678e362df433b7b2720543df26208e Mon Sep 17 00:00:00 2001 From: Aakash Agarwal <54284599+Aakash310@users.noreply.github.com> Date: Fri, 2 Oct 2020 16:12:15 +0530 Subject: [PATCH] Update flappy.py --- flappy.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flappy.py b/flappy.py index d8428d3..66cdd2e 100644 --- a/flappy.py +++ b/flappy.py @@ -1,4 +1,6 @@ -import pygame, sys, random +import pygame +import sys +import random def draw_floor(): screen.blit(floor_surface,(floor_x_pos,900))