Cannot connect blynk using python

I need help for this error…pls someone teach me

    ___  __          __
   / _ )/ /_ _____  / /__
  / _  / / // / _ \/  '_/
 /____/_/\_, /_//_/_/\_\
        /___/ for Python v0.2.0 (Linux)

Traceback (most recent call last):
  File "Test_Blynk.py", line 19, in <module>
    blynk = BlynkLib.Blynk(BLYNK_AUTH)
  File "/home/pi/.local/lib/python2.7/site-packages/BlynkLib.py", line 224, in __init__
    BlynkProtocol.__init__(self, auth, **kwargs)
  File "/home/pi/.local/lib/python2.7/site-packages/BlynkLib.py", line 59, in __init__
    self.connect()
  File "/home/pi/.local/lib/python2.7/site-packages/BlynkLib.py", line 236, in connect
    raise ValueError('Connection with the Blynk server %s:%d failed' % (self.server, self.port))
ValueError: Connection with the Blynk server blynk-cloud.com:80 failed


Can you please show us the code?

[Unformatted code removed by moderator]

Please edit your post and add three backticks (`) in the starting and end of the code or your post will be deleted by Blynk editors