独生子女申请表的填写中的Name and Initials 怎么填?

扫二维码下载作业帮
3亿+用户的选择
下载作业帮安装包
扫二维码下载作业帮
3亿+用户的选择
名字叫做:李小明 ,请问用Second author's first name initials and family name格式写时,该怎么写英文
作业帮用户
扫二维码下载作业帮
3亿+用户的选择
为您推荐:
其他类似问题
Xiaoming Li
李小明,英文写法是 Xiaoming Li
其要求是first name initials and family name,即“名”的首字母和“姓”。
所以,正确的写法应该是:X Li,
一般情况下,姓(family name)都要大写的(in capitals),
所以,最好写成 X LI
扫描下载二维码python - Displaying a persons Initials in capitals from they name they have entered - Stack Overflow
Join Stack Overflow to learn, share knowledge, and build your career.
or sign in with
I need to get this output from the program.
Write a program which asks the users to enter their full name and then displays, in uppercase, the first initial of each name, separated by full stops.
So far I have the following program written:
def main():
name=input("Please Enter Your Name: ")
name_split = name.split()
print(name_split)
for line in name_split:
print(line[0][0].upper())
12.7k42954
It seems you want a simple String concatenation, you could write it like this:
outputStr = ""
for line in name_split:
outputStr = outputStr + line[0][0].upper() + '.'
print outputStr
If you only want a '.' between letters, you could write it like this:
print '.'.join([c[0].upper() for c in name_split])
This will only put dots between each letter.
protected by ♦
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10
on this site (the ).
Would you like to answer one of these
Not the answer you're looking for?
Browse other questions tagged
Stack Overflow works best with JavaScript enabled哪一个是我名字的First Initial_百度知道
哪一个是我名字的First Initial
在国外申请助学贷款,我的名字是 Ke Ran Fang (方可染),需要填写我的 Last name( 我知道是fang), 还有我的First Initial , 我不知道这个First Initial 究竟是填 K 还是 R呢???望有相关经验的高人,给予小弟回答!!! 感谢……
因为小弟为这个 first initial的问题,搞了半天也没有结果,如果我把我的名字写成KeRan Fang的话,那我的 first initial就一定为K,但现在我成的是Ke Ran Fang,所以是不是我的 first initial就为R而不是K呢?
一样是全名的首字母,K比如说:Joan Smith Locke 就是J
采纳率:27%
就是K如果你写成了KE RAN FANG,就是KR,不存在严重问题,不会是R的但这不很关键如果你写成了KERAN FANG
抱歉 刚起床 你挨个都是一遍 如果不行的话 你把要填这个东西的那段发给我 我帮你看看
填K.R.F. 姓名的首字母
其他1条回答
为您推荐:
其他类似问题
您可能关注的内容
名字的相关知识
换一换
回答问题,赢新手礼包
个人、企业类
违法有害信息,请在下方选择后提交
色情、暴力
我们会通过消息、邮箱等方式尽快将举报结果通知您。

我要回帖

更多关于 填好的转学申请表图片 的文章

 

随机推荐