class Data:
def __init__(self, name, gf):
self.name = name
self.gf = gf
def Data(self):
print('my name : ', self.name)
print('my gf : ', self.gf)
data = Data('Ram Akasaka', 'Hana')
data.Data()
-
Academy White Room
- Teyvat
- https://cv-gules-six-11.vercel.app/
- rxdhannn
Highlights
Pinned Loading
-
kasirApp-withRemix
kasirApp-withRemix PublicThis is a project assigned at an internship to make something that is at an internship and I chose to make a cashier program, here I use typeScript remix and I also collaborate with my friend
-
note-withfirebase
note-withfirebase PublicThis project was created with a sample or template in Firestore and created using Gemini artificial intelligence
TypeScript
-
-
learning-vue.js
learning-vue.js PublicThis is an inventory project using the Vue and Tailwind frameworks and the data base uses Firebase
Vue 1
-
-
rafia9005/Tiva
rafia9005/Tiva PublicTiva is a Python-based project that uses advanced AI models to generate images from text prompts. Built with Stable Diffusion, Tiva allows users to create custom images by simply inputting descript…
Jupyter Notebook 1
If the problem persists, check the GitHub status page or contact support.