“I love you”和“I love you,too”用二进制代码分别怎么表示

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了“I love you”和“I love you,too”用二进制代码分别怎么表示相关的知识,希望对你有一定的参考价值。

求准确答案,非专业人士勿扰

参考技术A 0100100101101100011011110111011001100101011110010110111101110101 I love you 参考技术B 假如你不喜欢他(她)的话,就微笑带过 假如你也喜欢的话,我想那时候你的表情就回答了,并且对着喜欢的人,话是在第一时间从心里涌现出来 要

python3的输入输出

输出函数用法 (话说python3的输出好像没有python2的灵活了)

print(\'hello,world\')   #单引号和双引号都可以输出
print("hello,world")
print(\'I\',\'Love\',\'You\') #中间的逗号会变成空格
print(\'\\r\\n\')           #会有一个换行
print(\'我爱中国\')
print(\'100+200=\',100+200) #会自动计算出结果

 

运行结果:

 

输入函数

name = input(\'please enter your name: \')
print(\'hello,\', name)


python3的格式化输出:https://www.cnblogs.com/alfred0311/p/7735539.html

Python3 格式化输出 %s & %d 等

1.打印字符串

print("My name is %s" %("Alfred.Xue"))
#输出效果:
My name is Alfred.Xue

2.打印整数

print("I am %d years old." %(25))
#输出效果:
I am 25 years old.

3.打印浮点数

print ("His height is %f m"%(1.70))
#输出效果:
His height is 1.700000 m

4.打印浮点数(指定保留两位小数)

print ("His height is %.2f m"%(1.70))
#输出效果: His height is 1.70 m

5.指定占位符宽度

print ("Name:%10s Age:%8d Height:%8.2f"%("Alfred",25,1.70))
#输出效果: Name: Alfred Age: 25 Height: 1.70

6.指定占位符宽度(左对齐)

print ("Name:%-10s Age:%-8d Height:%-8.2f"%("Alfred",25,1.70))
#输出效果:
Name:Alfred     Age:25       Height:1.70

7.指定占位符(只能用0当占位符?)

print ("Name:%-10s Age:%08d Height:%08.2f"%("Alfred",25,1.70))
#输出效果: Name:Alfred Age:00000025 Height:00001.70

8.科学计数法

format(0.0026,\'.2e\')
#输出效果: \'2.60e-03\'

 

字符串格式化代码:

格式描述
%% 百分号标记
%c 字符及其ASCII码
%s 字符串
%d 有符号整数(十进制)
%u 无符号整数(十进制)
%o 无符号整数(八进制)
%x 无符号整数(十六进制)
%X 无符号整数(十六进制大写字符)
%e 浮点数字(科学计数法)
%E 浮点数字(科学计数法,用E代替e)
%f 浮点数字(用小数点符号)
%g 浮点数字(根据值的大小采用%e或%f)
%G 浮点数字(类似于%g)
%p 指针(用十六进制打印值的内存地址)
%n 存储输出字符的数量放进参数列表的下一个变量中
 

 

以上是关于“I love you”和“I love you,too”用二进制代码分别怎么表示的主要内容,如果未能解决你的问题,请参考以下文章

I love you 的恺撒码是啥

“I love you”和“I love you,too”用二进制代码分别怎么表示

I.love(You)

i love you three thousand times

流水灯--“I LOVE YOU”

i love you用摩尔斯电码怎么写?