Skip to content

This is a simple Python program that takes two numbers as inputs and prints their sum. I am doing this to do some light playing with git on Raspberry Pi.

Notifications You must be signed in to change notification settings

bullock8/Python_Pi_Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

About

This is a simple thing that I did to test git on my Raspberry Pi. The aim of this was not to create an innovative or original program, just to this git test.

Setup

If you want to do what I did, then create a repo with a simple program like this one. Then, ssh into your pi by doing this (if you don't have Windows).

ssh (your Raspberry Pis username, the default is pi)@(the ip address of your Pi)
cd Desktop
git clone https://github.com/johnlbullock/Python_Pi_Test.git
cd Python_Pi_Test
sudo python Python_Pi_Test.p

About

This is a simple Python program that takes two numbers as inputs and prints their sum. I am doing this to do some light playing with git on Raspberry Pi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages