Skip to content
View UtpalKuma-r's full-sized avatar
😶‍🌫️
NameError
😶‍🌫️
NameError
Block or Report

Block or report UtpalKuma-r

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
UtpalKuma-r/README.md

नमस्ते (Namaste)🙏🏻, I'm Utpal

class utpal():
    def __init__(self):
        self.name = "Utpal"
        self.code = ["python", "PHP", "HTML", "CSS"]
        self.pronouns = ["He", "His"]
        self.location = "INDIA"
        self.current_work = "working on my own projects"
        
    def sayHi(self):
        print("Welcome to my page. Nice to see you here.")

    def funFact(self):
        print("Here is a fun fact:- To write an error free code, don't write it.")

    def about(self):
        print(f"Hi, my name is {self.name}. I am from {self.location}.")
        print(f"I can code in {self.code}. I am currently {self.current_work}.")

Utpal = utpal()
Utpal.sayHi()
Utpal.about()
Utpal.funFact()

Find me:       _utpalkumar        Utpal Kumar

Pinned

  1. StoryTellerTelegramBot StoryTellerTelegramBot Public

    The bot takes input, fills them in a story and presents it to you.

    Python

  2. softwares softwares Public

    Here are some basic application made for practice or trying new modules

    Python 1

  3. Remade-Games Remade-Games Public

    The repository features the attempts to remake games

    Python 2

  4. utpalkumar utpalkumar Public

    HTML 1

  5. Learning-Arduino Learning-Arduino Public

    C++

  6. Learning-C Learning-C Public

    C