Skip to content

Instantly share code, notes, and snippets.

@Robofied
Created February 2, 2019 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Robofied/6577a89ed5d28aae858bd03fe9a93849 to your computer and use it in GitHub Desktop.
Save Robofied/6577a89ed5d28aae858bd03fe9a93849 to your computer and use it in GitHub Desktop.
Machine Learning Codes
## Inputting subjects marks
sub_1 = 40
sub_2 = 50
## Calculating avergare of both subjects
avg_marks = (sub_1+sub_2)/2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment