Код: Выделить всё
from manim import *
class CodeTrackingAnimation(Scene):
def construct(self):
code_str = '''#include
using namespace std;
int main(){
int sum = 0;
for(int i=0;i
Подробнее здесь: [url]https://stackoverflow.com/questions/76197478/how-do-i-highlight-one-line-of-code-in-manim[/url]
Мобильная версия