Skip to content
View rafia9005's full-sized avatar
👾
slow
👾
slow
Block or Report

Block or report rafia9005

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
rafia9005/README.md

Hi, everyone 👋

class Data:
    def __init__(self, name, email):
        self.name = name
        self.email = email

    def Data(self):
        print('nama saya : ', self.name)
        print('email saya : ', self.email)


data = Data('Ahmad Rafi', '[email protected]')

data.Data()

Pinned Loading

  1. geemap geemap Public

    Forked from gee-community/geemap

    A Python package for interactive geospatial analysis and visualization with Google Earth Engine.

    Python

  2. GoLuva GoLuva Public

    GoLuva is an open source starter kit for API development with Go. Provides developers with a strong starting point with basic features such as request management, authentication, and automated docu…

    Go 1