跳至主要內容

Assignment 8

AI悦创原创Python 一对一教学SCU CSSanta Clara University圣克拉拉大学Python 一对一教学SCU CSSanta Clara University圣克拉拉大学大约 2 分钟...约 534 字

Problem 1 (4 points)

Write a Python program that asks the user for a number and store it in the variable n. Then, the main process creates two child processes (both must be children of the main process). One child exits successfully if n>10 and unsuccessfully otherwise, whereas the other child exits successfully if n>20 and unsuccessfully otherwise. The main process must print how many of its children ended successfully. The children must be allowed to run in parallel.

编写一个Python程序,要求用户输入一个数字并将其存储在变量n中。然后,主进程创建两个子进程(两个子进程都必须是主进程的子进程)。一个子进程如果n>10则成功退出,否则不成功退出;另一个子进程如果n>20则成功退出,否则不成功退出。主进程必须打印出有多少个子进程成功结束。子进程必须允许并行运行。

Use the following template:

from os import waitpid,fork
n=float(input('Give me a number: '))
# write your code here
公众号:AI悦创【二维码】

AI悦创·编程一对一

AI悦创·推出辅导班啦,包括「Python 语言辅导班、C++ 辅导班、java 辅导班、算法/数据结构辅导班、少儿编程、pygame 游戏开发、Web、Linux」,全部都是一对一教学:一对一辅导 + 一对一答疑 + 布置作业 + 项目实践等。当然,还有线下线上摄影课程、Photoshop、Premiere 一对一教学、QQ、微信在线,随时响应!微信:Jiabcdefh

C++ 信息奥赛题解,长期更新!长期招收一对一中小学信息奥赛集训,莆田、厦门地区有机会线下上门,其他地区线上。微信:Jiabcdefh

方法一:QQopen in new window

方法二:微信:Jiabcdefh

上次编辑于:
贡献者: AndersonHJB
你认为这篇文章怎么样?
  • 0
  • 0
  • 0
  • 0
  • 0
  • 0
评论
  • 按正序
  • 按倒序
  • 按热度