summaryrefslogtreecommitdiff
path: root/temp/tess1.py
diff options
context:
space:
mode:
authorzhaokun <[email protected]>2023-11-08 13:44:25 +0800
committerzhaokun <[email protected]>2023-11-08 13:44:25 +0800
commit4e683d5703daf29810097b9961b5ce02420202ea (patch)
tree4ad01d46a7417a14a8c8a9045e95d0387cf24388 /temp/tess1.py
parent44ed57c3f0b5f83e2836aadeea34003f08867b08 (diff)
updatemain
Diffstat (limited to 'temp/tess1.py')
-rw-r--r--temp/tess1.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/temp/tess1.py b/temp/tess1.py
new file mode 100644
index 00000000..cc02472c
--- /dev/null
+++ b/temp/tess1.py
@@ -0,0 +1,16 @@
+a = "172.16.70.1"
+
+for i in range(1, 256):
+ a = "172.16.71.{}/index*".format(i)
+ print(a)
+
+
+b = "http://www.yumi.com/\n"
+#print(b*30)
+
+c = "kafka-operation.sh consumer-begin OBJECT-STATISTICS-METRIC"
+d = "kafka-operation.sh comsumer-begin OBJECT-STATISTICS-METRIC"
+
+print(c == d)
+
+print("ssds{}".format([12,233,44])) \ No newline at end of file