当前位置:网站首页>99 multiplication table and inverted triangle 99 multiplication table
99 multiplication table and inverted triangle 99 multiplication table
2022-07-26 08:02:00 【Little thief [email】
# multiplication table
for i in range(1,10):
for j in range(1,i+1):
print(j,"*",i,"=",i*j,end="\t",sep="")#end="\t",\t Represents four spaces , One tab key ,sep="" Remove the interval
print("")

# Inverted triangle 99 multiplication table
for i in range(1,10):
if i==1:
print("")
if 1<i<10:
print(" "*7*(i-1),end="\t")
for j in range(i,10):
print(i,"*",j,"=",i*j,end="\t",sep="")
print("")

版权声明
本文为[Little thief [email protected]]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/201/202207181754401476.html
边栏推荐
- A tutorial for mastering MySQL database audit characteristics, implementation scheme and audit plug-in deployment
- Matlab-二/三维图上绘制黑点
- 一文掌握mysql数据库审计特点、实现方案及审计插件部署教程
- FTP service
- The difference between abstract classes and interfaces
- Add traceid to the project log
- 1.MySQL架构篇【mysql高级】
- Sort: merge sort and quick sort
- Excel file reading and writing (creation and parsing)
- Unity Metaverse(二)、Mixamo & Animator 混合树与动画融合
猜你喜欢

Jmeter性能测试之命令行执行和生成测试报告

Burp Suite-第九章 如何使用Burp Repeater

Practice of online question feedback module (XIV): realize online question answering function

Web side 3D visualization engine hoops communicator reads 10g super large model test | digital twin Technology

Use js to count the number of occurrences of each string in the string array, and format it into an object array.

20220209 create a basic Servlet

File parsing (JSON parsing)

现在开发人员都开始做测试了,是不是以后就没有软件测试人员了?

Use of JMeter performance test to store response content to file listener

Database foundation
随机推荐
Solution to the problem of token loss when microservice feign is called
JWT快速入门
C language keyword extern
Jmeter性能测试之使用存储响应内容到文件监听器
小组成员参加2022中国多媒体大会
为啥谷歌的内部工具不适合你?
FTP service
Implementation class under map interface
PHP environment deployment
Now developers are beginning to do testing. Will there be no software testers in the future?
Burp Suite-第三章 如何使用Burp Suite代理
Burp Suite-第九章 如何使用Burp Repeater
Basic knowledge of convolutional neural network
The analysis, solution and development of the problem of router dropping frequently
API (common class 2)
Ethernet switching security
Summary of common methods of string
A tutorial for mastering MySQL database audit characteristics, implementation scheme and audit plug-in deployment
Using producer consumer model and dpkt to process pcap files
Wrong Addition