我想要用css修改字体awsome的数字1。
我要替换此代码:
#label_13_5_0 span {
display: none;
}
#label_13_5_0:after {
content: "hi";
}
第一个问题:1仍然存在。就像你在这张照片上看到的那样:see prt sc
第二个问题我想改变"嗨"带图标:
class="fa fa-star"
答案 0 :(得分:0)
name = input("What is your name: ")
age = int(input("How old are you: "))
year = str((2014 - age)+100)
print(name + " will be 100 years old in the year " + year)