- 11
Fill in the blanks to create a pattern that matches string that contain 3 character out of which last is an exclamatory mark
r"___
quot;11 Réponses
+ 7
question or pizza for all the sololearners >:D
your choice
+ 6
give me question
+ 5
is the answer r"..!"?
+ 3
Here is the answer
--->"ANSWER"
+ 3
did u just do document.write()!?!?!?!?!? smh
+ 2
Here it is
Java:
System.out.println("ANSWER");
C#:
Console.WriteLine("ANSWER");
Ruby:
puts "ANSWER"
Python:
print "ANSWER"
JavaScript:
document.write("ANSWER");
C++:
cout<<"ANSWER"<<endl;
Hope this helps.
+ 1
r"..!quot;
0
+
0
javob r"..!quot;
0
r"..!quot;
0
Ok tq