Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/utpalkuma-r/utpalkuma-r
https://github.com/utpalkuma-r/utpalkuma-r
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/utpalkuma-r/utpalkuma-r
- Owner: UtpalKuma-r
- Created: 2022-07-13T15:26:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T09:32:05.000Z (about 1 year ago)
- Last Synced: 2023-10-16T11:14:11.278Z (about 1 year ago)
- Size: 12.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
नमस्ते (Namaste)🙏🏻, I'm Utpal```python
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