Skip to content

shimotuke1535/robosys2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robosys2022

ロボットシステム学の練習リポジトリ test

概要

入力された数値の合計を出力するプログラムです

実行方法

①このリポジトリを任意のレジストリにgit cloneコマンドを用いてダウンロードする
こちらをコピー・アンド・ペーストでもできます↓

  git clone https://github.com/shimotuke1535/robosys2022.git

②ダウンロードしたレジストリに移動し、リポジトリ内に移動する。
③ダウンロードしたリポジトリの中にある`plus`を実行する・・・
  ./plus

で起動します

操作方法

計算する数値を入力します(この際整数でも実数でも構いません)
fを入力された際に今まで入力された数値の和が出力されます
スペースや文字が入力された際は異常終了を避けるために自動終了します

実行例

$ ./plus //正常動作時の実行例
1
2
3
4
5
f
15
$ ./plus //自動停止の実行例
1
2
3
e 
ERROR!!!

実行環境

Python3.8.10
Ubuntu20.04

開発環境

VSCode1.73.1 for Linux

テスト環境

Python 3.7~3.10

ライセンス表示

This Softwere Package allowed Redistribution and Use by GPL 3.0
©2022 ShimonoMao

About

This repositry is practice for robotsystem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published