python編寫程式將輸入的內容儲存到檔案中,用到

2021-03-04 05:27:52 字數 968 閱讀 2867

1樓:匿名使用者

with open('1.txt', 'a+') as f:

print('input is starting, press q to quit.')

loop = true

while loop:

input_string = input('please input something')

if input_string != 'q':

f.write(input_string + '\n')else:

loop = false

編寫一個程式:要求輸入5個學生的成績(從0到100的整數),並將這5個數儲存到"data.txt"

2樓:一個青年

源程式**以及演算法解釋如下:#define _crt_secure_no_warnings//vs環境下需要,vc不需要

#include

using namespace std;//引用名稱空間void main()

fclose(pos);//關閉儲存檔案

}else

cout << "建立檔案失敗!" << endl;//建立失敗}程式執行結果如下:寫入過程如下:

檔案寫入結果:

擴充套件資料:c++檔案操作**示例:

#include

#include

using namespace std;

int main()

3樓:匿名使用者

#include

#define n 5

void main()

#include

#define n 5

void main()

for ( i=0;i檔案。\n");}

C編寫程式輸入Iamastudent要求輸出I

1 gets str1 2 str1 i 0 3 str2 i j 4 j 5 str2 i j 0 0 1 2 3 4 5 c語言的輸入 i am a student輸出 i am student 儲存到陣列裡面去,比較連續3個字元啊,當遇到 a 時候給刪掉 a 或者 a 就行了 初學者應該 來是...

用c(windows應用程式)編寫程式,輸入自己的姓名

新建一個visual c 的windows應用程式,在窗體上新增一個button和一個textbox,在button裡新增以下 if textbox1.text 這是控制檯輸入法 static void main string args console.writeline 請輸入你的姓名 strin...

使用者用vb編寫程式 輸入年份和月份,程式能夠判斷其是否是閏年,那個季節,這個月多少天

將以下內容復到記事本中 然後 儲存為 form1.frm version 5.00 begin vb.form form1 caption form1 clientheight 4830 clientleft 60 clienttop 450 clientwidth 8325 linktopic f...