Skip to content
View wuX4an's full-sized avatar
🐢
I like turtles
🐢
I like turtles

Block or report wuX4an

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

~ wuX4an ~

Im working in... 🪄

  • My life ☀️⛱️

  • Finsihed proyects...

  • What do you care?


  • Github Stats:


    🛠️ Languages and Tools 🧰

    About me 🧙🏿‍♂️

    I'm a begginer python programer.
    If you value your time, get out of this account. ... (Boring)

    -- 👾👾👾 Why Innovation is so hard? :( 👾👾👾 --

    Pinned Loading

    1. Toolkit Toolkit Public

      A useful command line application

      Dart

    2. CatSays CatSays Public

      CatSays server with dart

      Dart

    3. BoringWeatherApps BoringWeatherApps Public

      It just works, all the code is the same.

      Go

    4. Example of how to use brackets in py... Example of how to use brackets in python.
      1
      class math: 
      2
        def add(a, b): { 
      3
          c = a + b,
      4
          print(c)
      5
        }