Skip to content
View sanjyay's full-sized avatar

Block or report sanjyay

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sanjyay/README.md

Hey, Sanjay here!

Programmer Day

A statistician can have his head in an oven and his feet in ice, and he will say that on an average he feels fine ;)

Linkedin Badge Gmail Badge

python logo postgresql logo jupyter logo

languages graph

Who am I?

class WhoAmI:
	user = 'Sanjay'
   	current_work = 'Writing code'
   	hobbies = [
   			'Playing Chess',
   			'Watching YouTube',
   			'Being up all Night chasing that ONE BUG...'
   		]
   
   def getCity():
   	return Chennai_India()
   
   def Favourites():
   	OpenSource()
   	MachineLearning()
   	Statistics()
   	# Assume 10 more awesome ambitions here  ;)
   

Current Works

  • Improve my knowledge in Statistics !!
  • I'm currently working on 🔭 polishing my skills 🌱 in Python.

If you have any suggestions to this README, feel free to pull up a request. And if you liked it, go ahead and use it for yourself.(P.S. Star it too!! 😬 )

Pinned Loading

  1. mlproject mlproject Public

    Jupyter Notebook 1

  2. Pig_Dice_Game Pig_Dice_Game Public

    Python 1

  3. Using random and time module in pyth... Using random and time module in python..Making the user guess a number from 1 to 6...The user wins if he makes a guess greater than the number appearing on the die and otherwise
    1
    import random as rd
    2
    import time
    3
    while True:
    4
    
                  
    5
        a = int(input("Choose a number:"))