Code Monkey home page Code Monkey logo

python_hello_world's Introduction

Last login: Thu May 27 12:50:45 on ttys000

~ via ๐Ÿ˜ v7.3.24 โžœ cd code/cs101

~/code/cs101 via ๐Ÿ 3.7.7 โžœ code .

~/code/cs101 via ๐Ÿ 3.7.7 โžœ pwd /Users/robinzuschke/code/cs101

~/code/cs101 via ๐Ÿ 3.7.7 โžœ ls my_first_script.py

~/code/cs101 via ๐Ÿ 3.7.7 โžœ git init hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m Initialized empty Git repository in /Users/robinzuschke/code/cs101/.git/

cs101 on ๎‚  master [?] via ๐Ÿ 3.7.7 โžœ git commit -m 'My first commit' On branch master

Initial commit

Untracked files: (use "git add ..." to include in what will be committed) my_first_script.py

nothing added to commit but untracked files present (use "git add" to track)

cs101 on ๎‚  master [?] via ๐Ÿ 3.7.7 โžœ git remote add origin [email protected]:Robstaa/python_hello_world.git

cs101 on ๎‚  master [?] via ๐Ÿ 3.7.7 โžœ git add .

cs101 on ๎‚  master [+] via ๐Ÿ 3.7.7 โžœ git commit -m 'My first commit' [master (root-commit) 8837559] My first commit 1 file changed, 3 insertions(+) create mode 100644 my_first_script.py

cs101 on ๎‚  master via ๐Ÿ 3.7.7 โžœ git push origin master Enumerating objects: 3, done. Counting objects: 100% (3/3), done. Delta compression using up to 8 threads Compressing objects: 100% (2/2), done. Writing objects: 100% (3/3), 293 bytes | 146.00 KiB/s, done. Total 3 (delta 0), reused 0 (delta 0), pack-reused 0 To github.com:Robstaa/python_hello_world.git

  • [new branch] master -> master

cs101 on ๎‚  master via ๐Ÿ 3.7.7 took 5s โžœ https://github.com/Robstaa/python_hello_world zsh: no such file or directory: https://github.com/Robstaa/python_hello_world

cs101 on ๎‚  master via ๐Ÿ 3.7.7 โžœ git clone [email protected]:Robstaa/python_hello_world.git

cs101 on ๎‚  master via ๐Ÿ 3.7.7 โžœ cd ..

~/code โžœ ls Alfred.Workflow.Todoist.alfredworkflow chrome-plugin-esade graph ml test-css GamestonkTerminal cs101 hello phaser tindex_Lunar Untitled Folder django jordi plurapolit tryhackme Untitled.ipynb electron-quick-start kiezretter r unity a2 esade leetcode ruby valyria ai2 express lime rust airflow fastapi lime.zip slap-countdown archipinion finance lime_copy spiced_academy blender fintech lotti td

~/code โžœ git clone [email protected]:Robstaa/python_hello_world.git Cloning into 'python_hello_world'... remote: Enumerating objects: 3, done. remote: Counting objects: 100% (3/3), done. remote: Compressing objects: 100% (2/2), done. remote: Total 3 (delta 0), reused 3 (delta 0), pack-reused 0 Receiving objects: 100% (3/3), done.

~/code took 3s โžœ cd python_hello_world

python_hello_world on ๎‚  master via ๐Ÿ 3.7.7 โžœ python my_first_script.py Type your name here: Robin is this your name? Robin

python_hello_world on ๎‚  master via ๐Ÿ 3.7.7 took 3s โžœ cd ..

~/code โžœ rm -rf python_hello_world

~/code โžœ cd cs101

cs101 on ๎‚  master via ๐Ÿ 3.7.7 โžœ ls my_first_script.py

cs101 on ๎‚  master via ๐Ÿ 3.7.7 โžœ ls my_first_script.py

cs101 on ๎‚  master via ๐Ÿ 3.7.7 โžœ cd ..

~/code โžœ ls Alfred.Workflow.Todoist.alfredworkflow chrome-plugin-esade graph ml test-css GamestonkTerminal cs101 hello phaser tindex_Lunar Untitled Folder django jordi plurapolit tryhackme Untitled.ipynb electron-quick-start kiezretter r unity a2 esade leetcode ruby valyria ai2 express lime rust airflow fastapi lime.zip slap-countdown archipinion finance lime_copy spiced_academy blender fintech lotti td

~/code โžœ mkdir code_from_friends

~/code โžœ cd code_from_friends

~/code/code_from_friends โžœ git clone [email protected]:Robstaa/python_hello_world.git Cloning into 'python_hello_world'... remote: Enumerating objects: 3, done. remote: Counting objects: 100% (3/3), done. remote: Compressing objects: 100% (2/2), done. remote: Total 3 (delta 0), reused 3 (delta 0), pack-reused 0 Receiving objects: 100% (3/3), done.

~/code/code_from_friends took 3s โžœ ls python_hello_world

~/code/code_from_friends โžœ cd

~ via ๐Ÿ˜ v7.3.24 โžœ cd code/code_from_friends

~/code/code_from_friends โžœ cd python_hello_world

python_hello_world on ๎‚  master via ๐Ÿ 3.7.7 โžœ python my_first_script.py Type your name here: Robin is this your name? Robin

python_hello_world on ๎‚  master via ๐Ÿ 3.7.7 took 2s โžœ ls my_first_script.py

python_hello_world on ๎‚  master via ๐Ÿ 3.7.7

python_hello_world's People

Contributors

robstaa avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.