开始使用免费开始使用

Recognizing data types

It is important to recognize what data types will be used when you are assigning variables. A common bug type you might encounter is where you have got mismatched data types. Even if the data types don't cause an error, they can reduce the performance of your code or result in unexpected behavior.

本练习是课程的一部分

Introduction to Julia

查看课程

动手互动练习

通过我们的互动练习之一,将理论转化为实践

开始练习