Skip to content

Instantly share code, notes, and snippets.

@amineHY
Last active November 28, 2020 20:03
Show Gist options
  • Save amineHY/86d9666a16c41434eb7322668ccba78c to your computer and use it in GitHub Desktop.
Save amineHY/86d9666a16c41434eb7322668ccba78c to your computer and use it in GitHub Desktop.
Hello World python file for testing
import numpy as np
print('Hello World !')
print('Numpy version is ', np.__version__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment