Git Product home page Git Product logo

lesson1's Introduction

Lesson 1 這是一個範例教學用的程式專案,裡面包含四種小工具:

第一支經典程式(Hello World):這是一個簡單的程式示例,用於展示如何輸出"Hello World"。通常用於新手入門學習。 簡易主選單(Main Menu):這個程式會顯示一個簡單的主選單,並讓使用者選擇操作。 日期計算機(Day Calculator):這個程式會要求使用者輸入兩個日期,然後計算兩個日期之間的天數,亦可計算距離特定日期的倒數天數。 倒數紀念日(Day Countdown)::這個程式會要求使用者輸入一個日期,然後計算距離該日期的倒數天數。 開始 先決條件 確保你的機器上已安裝了Python。你可以從 python.org 下載它。

  1. hello_world.py 簡介:這是一個簡單的"Hello, World!"程式。

執行程式 將這個存儲庫複製到本地端。 git clone https://github.com/your-username/hello-world-python.git 切換到下載的資料夾 cd hello-world-python 執行Python程式 python hello_world.py 會看到以下輸出: Hello, World!

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.