faulty keyboard replacement with paste backspace and move cursor
Answers
Answered by
0
Explanation:
- ctrl-w to erase the last word, ctrl-u to erase the entire line you're on. In insert mode ctrl+h does the same thing as the backspace key (i.e. deletes one character backwards). You can use u to undo.
Answered by
0
Answer:
p=input("")
q=input("")
p1=list(p.split(" "))
q1=list(q.split(" "))
for t in range(0,len(q1)-1):
c=[0 for i in range(t,len(q1))]
for i in p1:
for j in range(len(q1)):
k1=0
while(k1):
m2=c.index(m1)
for i in range(m2,len(c)):
if(c[i]==m1):
if(ord(q1[i])<ord(q1[m2])):
m2=i
else:
m2=c.index(m1)
q1[m2],q1[t]=q1[t],q1[m2]
print("".join(q1))
Explanation:
Similar questions
Computer Science,
4 months ago
Hindi,
4 months ago
History,
8 months ago
Chinese,
11 months ago
Chemistry,
11 months ago