Skip to content
View denstream-io's full-sized avatar
💭
Numbers don't lie
💭
Numbers don't lie
Block or Report

Block or report denstream-io

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

🔭 I'm currently working on a new article(titled: Demystifying Arrays) link will soon be posted here 😄

Pinned

  1. Hello, world Hello, world
    1
    def main():
    2
        name = input("What's your name? ")
    3
        print(hello(name))
    4
    
                  
    5
    def hello(to="world"):
  2. hello world php hello world php
    1
    <?php
    2
        function main() {
    3
            $name = (string)readline("What's your name? ");
    4
            echo hello($name);
    5
        }
  3. CS50-Introduction-to-Programming-with-Python CS50-Introduction-to-Programming-with-Python Public

    HarvardX CS50 [CS50P] Lectures Problem Sets 2022

    Python 1

  4. basic-py basic-py Public

    Python for practice

    Python

  5. enjoy-2048 enjoy-2048 Public

    The popular 2048 game written with python!

    Python

  6. Ecomfinance Ecomfinance Public

    A simple ecommerce application

    Python