STRING
Quiz by Petra Martinović
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
6 questions
Show answers
- Q1Opis striga?niz znakova koji su slovaniz znakova koji su brojevaniz znakova koji predstavljaju riječ ili rečenicu45s
- Q2len() služi da ....?prvi znak piše velikim početnim slovomnakon svakog znaka stavlja razmakodređuje duljinu stringavraća znak s najvećom kodnom vrijednosti30s
- Q3b="Anamarija" print (b.count("a",0,len(b)))=?13430s
- Q4a="Danasjepetak" print(a.endswith("ak"))TrueFalse30s
- Q5b="KlupA" print(b.center(10,"*"))**KlupaA***Klupa*****False*K*l*u*p*a*30s
- Q6# unos: 22 33 44 a=input() x=a.split() print(x) ispis: ...?['2,2,3,3,4,4']['2 2 3 3 4 4']['234', '234']['22', '33', '44']30s