当前位置:网站首页>使用map函数、split函数一行键入多个元素
使用map函数、split函数一行键入多个元素
2022-07-06 10:52:00 【算法与编程之美】
如何解决题目要求一行同时输入两个或者两个以上未知数的问题。
1 问题
在目前的学习中,我们遇到过一些题目要求一行同时输入两个或者两个以上的未知数,但是我们学过的input函数难以解决问题。
2 方法
首先,我们从键盘上输入需要同时输入的未知数名,再利用map函数加input函数再加split函数定义需要键入的未知数。
3 实验结果与讨论
通过实验、实践等证明提出的方法是有效的,是能够解决开头提出的问题。
代码清单 1
num1,num2 = map(int,input().split()) #split后接的括号里面是空的,所以等下用空格分隔,如果用split(“,”),那么就是用逗号分隔 print(num1,num2) |
4 结语
本文主要介绍了利用map函数、split函数解决同时键入多个数的办法,另外,若是想要直接将键入的数加入列表,可以在map前面加中括号。本文仅介绍了一种方法,在此抛砖引玉,欢迎同学们分享其他方法。
边栏推荐
- 10、 Process management
- Certains marchés de l'emploi de Shanghai refusent d'embaucher des personnes qui se rétablissent positives à Xinguan
- [Sun Yat sen University] information sharing of postgraduate entrance examination and re examination
- Grafana 9.0 is officially released! It's the strongest!
- 【中山大学】考研初试复试资料分享
- Jushan database was among the first batch of financial information innovation solutions!
- C language college laboratory reservation registration system
- atcoder它A Mountaineer
- 小程序在产业互联网中的作用
- Stm32+esp8266+mqtt protocol connects onenet IOT platform
猜你喜欢
Jushan database was among the first batch of financial information innovation solutions!
Use cpolar to build a business website (1)
wx小程序学习笔记day01
Shangsilicon Valley JUC high concurrency programming learning notes (3) multi thread lock
【中山大学】考研初试复试资料分享
This article discusses the memory layout of objects in the JVM, as well as the principle and application of memory alignment and compression pointer
Execution process of MySQL query request - underlying principle
Easy to use PDF to SVG program
朗坤智慧冲刺科创板:年营收4亿 拟募资7亿
Deep circulation network long-term blood pressure prediction [translation]
随机推荐
Celery best practices
Cobra quick start - designed for command line programs
华为0基金会——图片整理
测试1234
[.Net core] solution to error reporting due to too long request length
图之广度优先遍历
Alibaba cloud international ECS cannot log in to the pagoda panel console
C#/VB.NET 给PDF文档添加文本/图像水印
基于ppg和fft神经网络的光学血压估计【翻译】
Self supervised heterogeneous graph neural network with CO comparative learning
Blue Bridge Cup real question: one question with clear code, master three codes
STM32+HC05串口蓝牙设计简易的蓝牙音箱
Splay
wx小程序学习笔记day01
用于远程医疗的无创、无袖带血压测量【翻译】
Stm32+hc05 serial port Bluetooth design simple Bluetooth speaker
2022-2024年CIFAR Azrieli全球学者名单公布,18位青年学者加入6个研究项目
AcWing 3537. Tree lookup complete binary tree
Splay
Stm32+mfrc522 completes IC card number reading, password modification, data reading and writing