This represents Guy <span>Kawasaki Rule for PowerPoint Presentations. Here is what it stands for:
</span><span>10 slides are the optimal number to use in a presentation.
20 minutes is the longest amount of time that you should speak.
<span>30 point font is the smallest font that you should use on slides.
</span></span>
In Python, a string is an array of characters, we can access these characters using index operator []. For example, we have a_string = "Hello World" a_string[0] prints the first character in string ('H').
We can also use index operator to make substrings, for example a_string[0:3] will make a substring with first, second, third and fourth character equal to "Hell".
Now to business
my_string = "This is MY string!"
print(my_string[0:7]) # Prints "This is "
print(my_string[0:7:5]) # Prints "T" then prints the sixth character since we start counting at 0 hence prints "Ti" (note that space is also a character).
Hope this helps.
Answer: I'm in six grade I can't do that stuff
Explanation:
I’ll give a you a good guess because I’ve only deleted a whole conversation like 3 times. I honestly feel like eventually there will be a warning on deleting the full conversation or on the other hand nothing may happen; or that it will automatically stop you from deleting the conversation.